/coordinator

Covalence guard node Coordinator implementation

Primary LanguageRustMIT LicenseMIT

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.