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
59 downloads per month
Used in 5 crates
(3 directly)
2MB
41K
SLoC
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
:
[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.
Dependencies
~71MB
~1.5M SLoC