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.
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.
exonum-node
is licensed under the Apache License (Version 2.0).
See LICENSE for details.