exonum-node-1.0.0 doesn't have any documentation.
Exonum Node Implementation
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:
[]
= "1.0.0"
= "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.