2个不稳定版本

使用旧的Rust 2015

0.2.0 2018年8月9日
0.1.0 2018年7月31日

#57 in #json-rpc-client


bitcoin-rpc 中使用

Apache-2.0/MIT

17KB
315

Build Status License Crates.io Version Docs.rs
文档

比特币RPC

使用Rust编写的比特币JSON-RPC客户端实现。

这个crate还不够稳定,请注意。

概览

bitcoin-rpc 是一个用Rust编写的快速、安全的JSON-RPC 2.0客户端。

bitcoin-rpc 提供了使用 strason 的安全比特币货币处理。

请注意,此crate并非所有可用的比特币JSON-RPC方法的完整实现。这是因为实现所有方法需要大量工作。如果您需要实现某个方法,请随时提交问题或发送Pull Request。

用法

将依赖项添加到您的 Cargo.toml

[dependencies]
bitcoin-rpc = { git = "https://github.com/jeandudey/rust-bitcoin-rpc" }

并将其添加到crate根目录

extern crate bitcoin_rpc;

依赖项

~0.5–1.1MB
~25K SLoC