modulepackage
0.0.0-20241204174414-d4ebafee96e9
Repository: https://github.com/atomone-hub/govbox.git
Documentation: pkg.go.dev
# README
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.
# Functions
No description provided by the author