Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 369 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 369 Bytes

Substrate Raft Setup

Example showing how to plug in custom authority permission logic into substrate-raft. In order to run in locally you need to build substrate-raft-setup docker image and run docker-compose.

Running locally

Building substrate-raft-setup docker image

. docker/build.sh

Running docker-compose

docker-compose up --build