Generated With Spawn
spawn module new <name>
Generates a Cosmos module template
make proto-gen
Generates go code from proto files, stubs interfaces
make testnet
IBC testnet from chain <-> local cosmos-hubmake sh-testnet
Single node, no IBC. quick iterationlocal-ic chains
See available testnets from the chains/ directorylocal-ic start <name>
Starts a local chain with the given name
make install
Builds the chain's binarymake local-image
Builds the chain's docker image
go test ./... -v
Unit testmake ictest-*
E2E testing
Generate the template base with spawn. Requires npm and yarn to be installed.
make generate-webapp
Cosmology Webapp Template
Start the testnet with make testnet
, and open the webapp cd ./web && yarn dev