What things you need to setup the project:
For start developing the SDK you must clone the project:
git clone git@github.com:lab259/hermes.gitNow, the dependencies must be installed.
go mod download😉 Finally, you are done to start developing.
In the root directory (where you can find a file named Makefile), execute:
make testTo enable coverage, execute:
make coverageTo generate the HTML coverage report, execute:
make coverage coverage-htmlIn the root directory, execute:
make $EXAMPLE run$EXAMPLE is any example listed in /examples folder (eg.: make todos run)