☠️⚠️ Work In Progress ⚠️☠️
Bitcoin Dashboard in the Terminal
This library provides helpful functions to query common information about the bitcoin network.
Add package to Cargo.toml file
rust [dependencies] bitcoin-node-query = "0.1.2"
BITCOIND_PASSWORD=<node_password>BITCOIND_USERNAME=<node_username> BITCOIND_URL=<node_url> cargo run
MIT © Joe Gesualdo