Skip to content
Truthchain LogoTruthchain LogoThruthchain Docs
GitHub

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

  1. Navigate to the Truthchain directory:
cd truthchain
  1. 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.