Exonum MerkleDB

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

MerkleDB is a document-oriented persistent storage which provides APIs to work with merkelized data structures. Under the hood, MerkleDB uses RocksDB as a key-value storage.

Features

Usage

Include exonum-merkledb as a dependency in your Cargo.toml:

toml [dependencies] exonum-merkledb = "1.0.0"

See the description in Exonum docs for a more detailed overview, and the examples for the examples of usage.

License

exonum-merkledb is licensed under the Apache License (Version 2.0). See LICENSE for details.