Skip to content

labormedia/custom-p2p-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom-p2p-protocol

This is an example implementation of a p2p protocol based on https://en.bitcoin.it/wiki/Protocol_documentation .

Run example in debug mode:

cargo run --example handshake

Run example in release mode:

cargo run --release --example handshake

About

This is an example implementation of a p2p protocol based on https://developer.bitcoin.org/reference/p2p_networking.html#p2p-network .

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages