exonum-node

Crates.ioexonum-node
lib.rsexonum-node
version1.0.0
sourcesrc
created_at2020-02-07 15:13:23.357065
updated_at2020-03-31 15:56:55.483574
descriptionNode of the Exonum blockchain framework.
homepagehttps://exonum.com/
repositoryhttps://github.com/exonum/exonum
max_upload_size
id205832
size671,358
formats (github:rustcrypto:formats)

documentation

https://docs.rs/exonum-node

README

Exonum Node Implementation

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

exonum-node provides a node implementation for the Exonum blockchain framework. Nodes form the blockchain network, in which they reach consensus as to the latest blockchain state and process transactions coming from external users. Besides transactions, nodes expose HTTP API of Exonum services and node plugins.

Usage

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

[dependencies]
exonum = "1.0.0"
exonum-node = "1.0.0"

exonum-node provides relatively low-level (but more fine-grained) control over node lifecycle. See exonum-cli for a more high-level alternative.

License

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

Commit count: 5680

cargo fmt