| Crates.io | kona-genesis |
| lib.rs | kona-genesis |
| version | 0.4.5 |
| created_at | 2025-02-20 02:23:28.499046+00 |
| updated_at | 2025-07-31 13:59:56.475231+00 |
| description | Optimism genesis types |
| homepage | https://github.com/op-rs/kona |
| repository | https://github.com/op-rs/kona |
| max_upload_size | |
| id | 1562104 |
| size | 288,697 |
kona-genesisGenesis types for Optimism.
By default, kona-genesis enables both std and serde features.
If you're working in a no_std environment (like kona), disable default features like so.
[dependencies]
kona-genesis = { version = "x.y.z", default-features = false, features = ["serde"] }
kona-genesis exports a RollupConfig, the primary genesis type for Optimism Consensus.