Documentation
¶
Overview ¶
Example plugin for devnet-builder demonstrating how to create a custom network module for your own Cosmos SDK-based blockchain.
To build this plugin:
go build -o devnet-cosmos ./examples/cosmos-plugin
To use with devnet-builder:
- Copy the binary to ~/.devnet-builder/plugins/
- Run: devnet-builder networks (should show "cosmos" in the list)
- Run: devnet-builder --network cosmos generate
Click to show internal directories.
Click to hide internal directories.