Internal libraries used by Bank-Vaults components.
For an optimal developer experience, it is recommended to install Nix and direnv.
Alternatively, install Go on your computer then run make deps to install the rest of the dependencies.
Make sure Docker is installed with Compose.
Fetch required tools:
make depsRun project dependencies:
make upRun the test suite:
make testRun linters:
make lint # pass -j option to run them in parallelSome linter violations can automatically be fixed:
make fmtOnce you are done, you can tear down project dependencies:
make downThe project is licensed under the Apache 2.0 License.