compass
is a lightweight RPC/gRPC client wrapping the cosmos-sdk based off of the lens client. It is intended for use as is, or as a building block for larger applications and allows for standalone cosmos-sdk services.
- start a simd environment
- run
make test
- To start with a fresh simd environment run
make reset-simd
. - To start the simd environment run
make start-simd
- Start simd
- Execute tests
make test