kona-plasma

Crates.iokona-plasma
lib.rskona-plasma
version0.0.1
sourcesrc
created_at2024-06-22 23:11:06.228161
updated_at2024-06-22 23:11:06.228161
descriptionPlasma Data Availability Adapter
homepagehttps://github.com/ethereum-optimism/kona
repositoryhttps://github.com/ethereum-optimism/kona
max_upload_size
id1280857
size26,418
(clabby)

documentation

README

kona-plasma

Plasma Data Availability Adapter for kona-derive.

kona-plasma is an implementation of the Plasma OP Stack Specification in rust.

Usage

Add kona-plasma to your Cargo.toml.

[dependencies]
kona-plasma = "0.0.1"

# Serde is enabled by default and can be disabled by toggling default-features off
# kona-plasma = { version = "0.0.1", default-features = false }

Features

Serde

[serde] serialization and deserialization support for kona-plasma types.

By default, the serde feature is enabled on kona-plasma.

Commit count: 319

cargo fmt