DA0-DA0 / drop

Make a DAO Drop!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAO drop tool

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!

Getting the export file

Ask your favorite validator!

Installation

Install rust. Then:

cargo run -- --file-path <path-to-export-json>

To see all supported commands and arguments:

cargo run -- --help

Future work

Would be great to support other types of drops:

  • Specify eligible / ineligible validators
  • NFT holders
  • DAO members
  • ???

About

Make a DAO Drop!


Languages

Language:Rust 100.0%