Running HUMAN Protocol

Here you will find information on how to run local version of HUMAN Protocol that uses CVAT oracles

In case you run services for the first time - please go service by service because some of them might require extra steps.

For further runs (to run all services):

docker compose -f docker-compose.local.yml \
    --env-file .env.compose.local \
    up -d

You can add specific services name to run command only for it, e.g.: ... up reputation-oracle -d

To shut down all services:

docker compose -f docker-compose.local.yml \
    --env-file .env.compose.local \
    down

Last updated

Was this helpful?