Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bts-cm/airdrop_tool
- Owner: BTS-CM
- License: mit
- Created: 2023-05-26T13:53:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-02T23:24:26.000Z (8 months ago)
- Last Synced: 2024-05-12T15:37:33.241Z (6 months ago)
- Topics: airdrop, bitshares, bitsharesjs, blockchain, crypto, data-analysis, data-science, electron, etl, javascript, nodejs, react, ticket, tusc
- Language: JavaScript
- Homepage:
- Size: 1.34 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
- awesome-bitshares - Airdrop tool - An open source GUI for fetching tickets, analyzing ticket leaderboards, calculating airdrop vectors and performing airdrops. (Libraries / Tools and Scripts)
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 batchesThis 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)