Expand description
Devnet manifest โ on-disk handoff between a running devnet and clients that want to connect to it.
The manifest is a JSON document that the devnet writes when it
starts (bootstrap peers, data dir, optional EVM info) and that a
client (ant-cli, LocalDevnet, an SDK wrapper) reads to discover
the network. Both sides need the same type, and neither side needs
to pull in the node runtime to read or write it โ so it lives here.
Structsยง
- Devnet
EvmInfo - EVM configuration info included in the devnet manifest.
- Devnet
Manifest - Devnet manifest for client discovery.