Skip to content

bradrako/dungeonchainlocal

 
 

Repository files navigation

Dungeon Chain

Content Generation

  • make proto-gen Generates golang code from proto files, stubs interfaces

Testnet

  • make testnet IBC testnet from chain <-> local cosmos-hub
  • make sh-testnet Single node, no IBC. quick iteration

Local Images

  • make install Builds the chain's binary
  • make local-image Builds the chain's docker image

Running

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 70.9%
  • Shell 16.1%
  • Python 6.7%
  • Makefile 5.5%
  • Dockerfile 0.8%