- Go 1.15
- Make
- Docker
- Docker-compose
- Configure Docker to use GitHub Packages: Authenticate using a GitHub token
# run checks and unit tests
make all
# run BDD tests
make bdd-test
# build did method docker image
make did-method-rest-docker
To run BDD tests (make bdd-test
) you need to modify your hosts file (/etc/hosts
on *NIX) to add the following lines, to allow few of the bdd test containers to be connected to externally.
127.0.0.1 testnet.trustbloc.local
127.0.0.1 stakeholder.one
127.0.0.1 sidetree-mock