ragonzal / ethers-airdrop

A simple tool and library to deploy and manage a Merkle Air-Drop.

Home Page:https://blog.ricmoo.com/merkle-air-drops-e6406945584d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merkle Air-Drop

Quickly, efficiently and affordably disperse a Token Air-Drop to many account using Merkle trees.

Features

  • Fixed-cost and low-cost deployment of any number of tokens
  • All tokens are immediately available to be claimed
  • Anyone can pay the gas
  • Addresses which cannot spend the tokens do not waste storage or seed transactions
  • Tokens can be kept off-chain until needed

Command Line Interface

Command Line Interface - ethers-airdrop/0.0.1

Usage:
    ethers-airdrop deploy TITLE SYMBOL [ DECIMALS ] --account ACCOUNT
    ethers-airdrop redeem CONTRACT_ADDRESS INDEX --account ACCOUNT
    ethers-airdrop lookup CONTRACT_ADDRESS INDEX_OR_ADDRESS

Options:
  --balances      AirDrop Balance Data (default: ./airdrop-balances.json)

License

MIT License

Donations

Ethereum: 0x59DEa134510ebce4a0c7146595dc8A61Eb9D0D79

About

A simple tool and library to deploy and manage a Merkle Air-Drop.

https://blog.ricmoo.com/merkle-air-drops-e6406945584d


Languages

Language:JavaScript 100.0%