ConsenSys/quorum-genesis

Name: quorum-genesis

Owner: ConsenSys

Description: Simple utility to help create a genesis file for the Quorum permissioned blockchain

Forked from: davebryson/quorum-genesis

Created: 2017-02-06 23:11:48.0

Updated: 2017-04-05 15:37:56.0

Pushed: 2017-01-11 18:24:50.0

Homepage: null

Size: 3

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Quorum-Genesis

Very simple utility for Quorum to help populate the genesis file with voters and blockmakers. Runs from the commandline

Setup
Use
  1. Create a quorum-config.json file
  2. Run quorum-genesis from a terminal in the same directory as the config file
  3. It will output quorum-genesis.json

The quorum-config.json should be in the following format:


hreshold": 3,
oters": [
"0x0fbdc686b912d7722dc86510934589e0aaf3b55a",
"0x9186eb3d20cbd1f5f992a950d808c4495153abd5",
"0x0638e1574728b6d862dd5d3a3e0942c3be47d996"

akers": ["0xca843569e3427144cead5e4d5999a3d0ccf92b8e"]

Where:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.