BTS-CM / airdrop_tool

Fetch & analyse blockchain tickets. View leaderboards and user tickets. Calculate and perform provably fair airdrops.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Airdrop tool for Bitshares based blockchains

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 install
    • yarn run build && yarn run dev
  • With npm
    • npm install
    • npm run build && npm run dev

Releases built via github actions:

About

Fetch & analyse blockchain tickets. View leaderboards and user tickets. Calculate and perform provably fair airdrops.

License:MIT License


Languages

Language:JavaScript 99.7%Language:HTML 0.2%Language:CSS 0.1%