BitcoinD JSON-RPC Async Client
Features
- Async bitcoin Client based on
reqwest
- Supports bitcoin core versions
28.0
and above
Usage
// NOTE: in production code, don't glob all trait imports.
use ;
let client = new.await?;
let blockchain_info = client.get_blockchain_info.await?;
Contributing
Contributions are generally welcome. If you intend to make larger changes please discuss them in an issue before opening a PR to avoid duplicate work and architectural mismatches.
For more information please see CONTRIBUTING.md
.
License
This work is dual-licensed under MIT and Apache 2.0. You can choose between one of them if you use this work.