Rust Blockbook client
blockbook
is a Rust client for the Blockbook block explorer.
It provides both REST and WebSocket clients to access Blockbook APIs in a type-safe manner.
Usage example
async
See the crate documentation for more examples.
Supported Blockbook version
The currently supported version of Blockbook is commit 95ee9b5b
.
Supported currencies
Currently, blockbook
only provides Bitcoin-specific APIs.
Running the tests
All tests need a BLOCKBOOK_SERVER
environment variable set:
BLOCKBOOK_SERVER=myblockbook.com
Authors
This crate is developed and maintained by 21 Analytics.
License
This project is licensed under the MIT license.