Master Banch Development Branch
Parent source repository for all micro services under world wire
To install dependencies and check all services build correctly after code change run: at root path
make dep
it creates /vendor folder at root
To compile all services, at root:
cd integration-tests
make build-go
To build all docker images, at root:
cd integration-tests
make service-docker build=all
To build a particular docker image, at root:
cd integration-tests
make service-docker build=anchor-service
Please see ./auth-service/README.md for instructions including screenshots and code snippets.
Please see ./world-wire-web/README.md for instructions to run the portal application locally.