Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

op-alloy

Built on Alloy, op-alloy aggregates the OP Stack's unique primitives — from consensus and RPC types to the subset of L1 types used by Optimistic rollups.

Usage

The following crates are provided by op-alloy:

Crate Name Description / Purpose Version
op-alloy-consensus Handles consensus-related logic version
op-alloy-network Manages networking functionality version
op-alloy-rpc-jsonrpsee RPC implementation using jsonrpsee version
op-alloy-rpc-types-engine Type definitions specific to RPC engine version
op-alloy-rpc-types Shared types used across RPC components version

no_std

op-alloy is intended to be no_std compatible, initially for use in kona.

The following crates support no_std. Notice, provider crates do not support no_std compatibility.

Crate Name Description / Purpose Version
op-alloy-consensus Handles consensus-related logic version
op-alloy-rpc-types Shared types used across RPC components version
op-alloy-rpc-types-engine RPC types specific to the engine API version

If you would like to add no_std support to a crate, please make sure to update scripts/check_no_std.sh.

Credits

op-alloy is inspired by the work of several teams and projects, most notably the Alloy project.

This would not be possible without the hard work from open source contributors. Thank you.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in these crates by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.