Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 579 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 579 Bytes

govbox

Tools, Scripts and Code snippets for GovGen proposals.

  • validate governance data from a snapshot
  • turn data into a genesis
  • balanced auto staking genesis
  • distribution analysis
  • etc...
Usage: go run . COMMAND PATH

Where PATH is a directory containing the following files:

  • votes.json
  • delegations.json
  • active_validators.json
  • prop.json
  • balances.json
  • auth_genesis.json

The way the data was extracted is documented here.

See PROP-001 to have an usage demonstration for the GovGen Proposal 001.