This crate provides a Rust interface to the Bitcoin JSON-RPC API.
It is currently work-in-progress as not all RPC calls are implemented.
BitcoinRpcApi
)Check examples/
but basically, given a URL and the username/password for the node, you can construct a client and call the desired RPC method.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.