/custom-consensus-engine

[WIP] Reference implementation for a custom consensus engine for sawtooth blockchain

Primary LanguageRust

Custom Consensus Engine

Initially since there is no doc for it, i am following Devmode engine code for reference

Dependencies

Install zeromq, and protobuf

Ubuntu

sudo apt install libzmq3-dev protobuf-compiler

Arch Linux

sudo pacman -S zeromq protobuf

Building & Running

Build:

cargo build

Run:

cargo run -- -vv -C tcp://localhost:5050