ethp2p icon indicating copy to clipboard operation
ethp2p copied to clipboard

P2P types for ethereum

ethp2p

documentation MIT License CI

P2P types and utilities for working with eth protocol messages.

ethp2p is built on anvil types, and implements fastrlp traits for RLP encoding and decoding.

Usage

Add this to your Cargo.toml:

[dependencies]
ethp2p = { git = "https://github.com/rjected/ethp2p" }

Compiler support: requires rustc 1.62+