Testnet and Devnet Operations#
Use testnet for public compatibility testing. Use devnet/private fork when you need controlled mining, custom parameters, or repeatable contract scenarios.
Choose#
| Need | Use |
|---|---|
| Test wallet or API integration against public non-mainnet chain | Testnet |
| Sync full testnet history | Testnet full sync |
| Mine blocks for local tests | CPU mining |
| Run isolated custom chain | Fork your own chain |
| Check config shape | testnet.conf, devnet.conf |
Operator Notes#
- Keep testnet/devnet data directories separate from mainnet.
- Never reuse production wallet seeds.
- Pin config files in version control for repeatable devnet tests.
- For private chains, document genesis/config changes next to deployment scripts.