Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.12 KB

File metadata and controls

28 lines (19 loc) · 1.12 KB

Bitcoin Peers

Tooling for the bitcoin p2p network

CC0 1.0 Universal Licensed CI Status

About

Bitcoin Peers is a set of libraries for interacting with and analyzing peers of a bitcoin network. The libraries take a semi-opinionated approach by requiring the use of the tokio asynchronous runtime. However, they have minimal dependencies beyond that and are designed to compose into higher level utilities.

Crates

  • connection // Connect to a peer on the bitcoin network.
  • crawler // Discover peers on the bitcoin network.

Contributing

Guidelines are codified in the justfile.

License

The code in this project is licensed under Creative Commons CC0 1.0.