An airdropping tool for Bitshares based blockchains.
- Fetches tickets
- Creates blockchain tickets
- Upgrades accounts to lifetime-membership
- Creates ticket leaderboards
- Enables ticket & account analysis
- Enables airdrop distribution calculation based on provably fair inputs
- Create custom airdrops from uploaded JSON data
- Begin airdropping blockchain tokens in custom sized batches
This tool integrates with the latest BEET wallet.
Perform the following terminal steps in this folder:
- With yarn
yarn installyarn run build && yarn run dev
- With npm
npm installnpm run build && npm run dev
Releases built via github actions: