Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 706 Bytes

README.md

File metadata and controls

26 lines (12 loc) · 706 Bytes

Coordinator

Implementation of the Coordinator daemon, responsible for verifying the operation of Guardnodes in the Commerceblock Covalence system

Instructions

Run Coordinator

To run a production instance of the coordinator along with a mongo db database, edit the envs in the docker compose file and:

docker-compose up

Or to test the coordinator locally:

cargo run

Run Demo

Check out the demo here.

Docs

For more details check readthedocs.