Notary is a Javascript implementation of a decentralized notary service using public Bitcoin blockchain.
Use docker build to build the container images.
docker build -f Dockerfile.api -t notary/api api
docker build -f Dockerfile.dashboard -t notary/dashboard dashboardUse docker-compose to run the containers.
docker-compose up -dand to stop them
docker-compose downPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.