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
by default the chain has a 1s timeout commit in cmd/dungeond/root.go. You can change the blocktime by setting the env variable DUNGEOND_CONSENSUS_TIMEOUT_COMMIT
to some time duration i.e. 500ms, 1s, 4s, etc.