game-of-stakes/genesisify/README.md

419 B

v0.29 to v0.30 Genesis Conversion

One-time magic port script to convert a Cosmos SDK v0.29.x state export into a Cosmos SDK v0.30.x-compatible genesis file.

Python 3 required.

Usage:

# gaiad export --for-zero-height > export.json
# ./v0.29-to-v0.30.py export.json genesis.json

To add vesting accounts, run:

# ./add-vesting.py genesis.json genesis_vesting.json