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

#13 in #exonum

Download history 14/week @ 2023-11-26 4/week @ 2023-12-03 3/week @ 2023-12-10 19/week @ 2023-12-17 14/week @ 2023-12-24 12/week @ 2024-01-07 11/week @ 2024-01-14 2/week @ 2024-01-21 9/week @ 2024-02-04 13/week @ 2024-02-11 34/week @ 2024-02-18 41/week @ 2024-02-25 26/week @ 2024-03-03 20/week @ 2024-03-10

121 downloads per month
Used in 8 crates (3 directly)

Apache-2.0

1.5MB
26K SLoC

Blockchain Explorer Utils for Exonum

Travis Build Status License: Apache-2.0 rust 1.42.0+ required

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
~868K SLoC