Skip to content

Latest commit

 

History

History
 
 

exonum-node

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Exonum Node Implementation

Travis Build Status License: Apache-2.0 rust 1.45.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.