4 releases (1 stable)
1.0.0 | Mar 31, 2020 |
---|---|
1.0.0-rc.3 | Mar 25, 2020 |
1.0.0-rc.2 | Mar 13, 2020 |
1.0.0-rc.1 | Feb 7, 2020 |
#11 in #exonum
87 downloads per month
Used in 8 crates
(3 directly)
1.5MB
26K
SLoC
Blockchain Explorer Utils for Exonum
exonum-explorer
provides explorer API
for the Exonum blockchain framework. For example,
it allows to request transactions from a block together with the execution
statuses, iterate over blocks, etc.
This crate is distinct from the explorer service crate.
While this crate provides Rust language APIs for retrieving info from the blockchain,
the explorer service translates these APIs into REST and WebSocket endpoints.
Correspondingly, this crate is primarily useful for Rust-language client apps.
Another use case is testing; the testkit relies on types in this crate
and re-exports it as the explorer
module.
Consult the crate docs and examples for more details about the service API.
Usage
Include exonum-explorer
as a dependency in your Cargo.toml
:
[dependencies]
exonum = "1.0.0"
exonum-explorer = "1.0.0"
License
exonum-explorer
is licensed under the Apache License (Version 2.0).
See LICENSE for details.
Dependencies
~37–51MB
~865K SLoC