1//! Methods and types used for generating testnet configurations. 2//! Mostly relevant until Penumbra reaches mainnet. 3 4pub mod config; 5pub mod generate; 6pub mod join;