2 unstable releases
Uses old Rust 2015
0.2.0 | Aug 9, 2018 |
---|---|
0.1.0 | Jul 31, 2018 |
#57 in #json-rpc-client
Used in bitcoin-rpc
17KB
315 lines
Bitcoin RPC
Bitcoin JSON-RPC client implementation in Rust.
This crate is not yet very stable, be careful.
Overview
bitcoin-rpc is a fast, safe JSON-RPC 2.0 client written in Rust.
bitcoin-rpc offers secure bitcoin money handling, using strason
.
Be aware that this crate is not a complete implementation of all bitcoin JSON-RPC methods available. This is due to the large effort needed to implement all methods. If you need a method implemented feel free to open an issue or send a Pull Request.
Usage
Add the dependency to your Cargo.toml
:
[dependencies]
bitcoin-rpc = { git = "https://github.com/jeandudey/rust-bitcoin-rpc" }
And this to your crate root:
extern crate bitcoin_rpc;
Dependencies
~0.5–1.1MB
~25K SLoC