hbbft/examples
Vladimir Komendantskiy 99d01bf428
Update the crossbeam dependency to 0.5 (#361)
* updated crossbeam to 0.5

* removed an obsolete Clippy directive
2018-12-10 17:10:13 +00:00
..
network Update the crossbeam dependency to 0.5 (#361) 2018-12-10 17:10:13 +00:00
README.md added example of intended use of Node and a draft of value encryption 2018-03-27 21:59:38 +01:00
consensus-node.rs Instead of macro_use, use use. 2018-10-30 08:11:03 +01:00
run-consensus-nodes.sh Remove protobuf support. 2018-07-31 11:58:44 +02:00
simulation.rs Make Step independent of DistAlgorithm. 2018-11-08 08:51:17 +01:00

README.md

Examples for the hbbft library

  • Consensus node - Example of a consensus node that uses the hbbft::node::Node struct for running the distributed consensus state machine.