Skip to content

Latest commit

 

History

History

devp2p

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

rust-devp2p

crates.io Documentation Build Status

Rust implementation for devp2p networking protocol suite.

Goals

  • Make a general-purpose RLPx node implementation which can register sub-protocols.
  • Create tools to help develop a customized subprotocol on top of RLPx.

Design

Read here