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.
- connection // Connect to a peer on the bitcoin network.
- crawler // Discover peers on the bitcoin network.
Guidelines are codified in the justfile.
The code in this project is licensed under Creative Commons CC0 1.0.