Crates.io | bitcoin-rpc-json |
lib.rs | bitcoin-rpc-json |
version | 0.2.0 |
source | src |
created_at | 2018-07-31 21:38:31.687819 |
updated_at | 2018-08-09 06:01:43.050223 |
description | Bitcoin JSON-RPC client. |
homepage | https://github.com/jeandudey/rust-bitcoin-rpc |
repository | https://github.com/jeandudey/rust-bitcoin-rpc |
max_upload_size | |
id | 76875 |
size | 28,878 |
Bitcoin JSON-RPC client implementation in Rust.
This crate is not yet very stable, be careful.
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.
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;