op-alloy-genesis

Crates.ioop-alloy-genesis
lib.rsop-alloy-genesis
version0.9.2
created_at2024-09-13 18:42:10.372693+00
updated_at2025-01-08 21:56:58.575497+00
descriptionOptimism genesis types
homepagehttps://github.com/alloy-rs/op-alloy
repositoryhttps://github.com/alloy-rs/op-alloy
max_upload_size
id1374060
size83,884
Emilia Hane (emhane)

documentation

README

op-alloy-genesis

CI op-alloy-genesis crate MIT License Apache License Book

Genesis types for Optimism.

Usage

By default, op-alloy-genesis enables both std and serde features.

If you're working in a no_std environment (like kona), disable default features like so.

[dependencies]
op-alloy-genesis = { version = "x.y.z", default-features = false, features = ["serde"] }

Rollup Config

op-alloy-genesis exports a RollupConfig, the primary genesis type for Optimism Consensus.

Provenance

This is based off of alloy-genesis.

Commit count: 618

cargo fmt