This tool parses a Cosmos SDK chain export JSON file, to produce a CSV list of addresses and amounts.
It can handle extremely large files and supports:
- Deduplication of addresses
- Whale cap
- Minimum staked amount
Using the CSV file produced, you can head to Juno Tools to create a merkle based drop!
Ask your favorite validator!
Install rust. Then:
cargo run -- --file-path <path-to-export-json>
To see all supported commands and arguments:
cargo run -- --help
Would be great to support other types of drops:
- Specify eligible / ineligible validators
- NFT holders
- DAO members
- ???