Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bts-cm/airdrop_tool

Fetch & analyse blockchain tickets. View leaderboards and user tickets. Calculate and perform provably fair airdrops.
https://github.com/bts-cm/airdrop_tool

airdrop bitshares bitsharesjs blockchain crypto data-analysis data-science electron etl javascript nodejs react ticket tusc

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/bitshares/beet/releases).

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:

* [Windows, Linux & MacOS](https://github.com/BTS-CM/airdrop_tool/releases)