Expand description
Logic for creating a new testnet configuration. Used for deploying (approximately weekly) testnets for Penumbra.
Structs§
- Network
Allocation - Represents initial allocations to the testnet.
- Network
Config - Represents a Penumbra network config, including initial validators and allocations at genesis time.
- Network
Validator - Represents testnet validators in configuration files.
- Testnet
Funding Stream - Represents a funding stream within a testnet configuration file.
Functions§
- network_
generate - Create a new testnet definition, including genesis and at least one
validator config. Write all configs to the target testnet dir,
defaulting to
~/.penumbra/<chain_id>
.