Installation
Truthchain is written in Java and can be easily run using Docker. Follow the steps below to run Truthchain:
Installing Docker
Install Docker on your machine by following the instructions for your specific operating system: Docker Installation Guide (https://docs.docker.com/get-docker/)
Cloning the Repository
Clone the Truthchain repository to your local machine:
git clone https://github.com/Collabwriting/truthchain.git
Building the Docker Image
- Navigate to the Truthchain directory:
cd truthchain
- Build the Docker image:
docker build -t truthchain .
Running Truthchain
Run Truthchain using Docker:
docker run -p 3000:3000 truthchain
Access the Truthchain web interface by navigating to http://localhost:3000
in your web browser.