Generated With Spawn
spawn module new <name>
Generates a Cosmos module template
make proto-gen
Generates golang code from proto files, stubs interfaces
make testnet
IBC testnet from chain <-> local cosmos-hubmake sh-testnet
Single node, no IBC. quick iteration
make install
Builds the chain's binarymake local-image
Builds the chain's docker image
go test ./... -v
Unit testmake ictest-*
E2E testing# rollchain-test