项目作者: ali-h

项目描述 :
An Airdrop tool for Hive-Engine tokens.
高级语言: JavaScript
项目地址: git://github.com/ali-h/airdrop-tool.git
创建时间: 2019-07-18T05:36:37Z
项目社区:https://github.com/ali-h/airdrop-tool

开源协议:

下载


Airdrop-Tool

An Airdrop tool for Hive-Engine tokens.

It can be used to do airdrops of tokens in liquid and also stake form. It uses a Simple Distribution method and 25 transactions per Custom JSON.


Configuration

To run Airdrop it has to be configured first, it is easy and simple:

  1. {
  2. "username" : "", // username of the account which holds tokens.
  3. "keys" : {
  4. "active" : "" // private active key
  5. },
  6. "token" : {
  7. "symbol" : "" // symbol of the token to airdrop from
  8. },
  9. "api": "", // rpc node
  10. "airdrop_type" : "", // airdrop type it can be liquid or stake
  11. "raw_file_name" : "" // file name which contains the name of users with rewards.
  12. }

Raw File

Raw file is the main file which will be used to airdrop tokens. File must be created in the rawFiles folders. set the name of the file in the config.json. file should create name of account to airdrop and amount of tokens after a space. users must be seprated by enters.

Example:

  1. ali-h 300
  2. surpassinggoogle 7
  3. aggroed 27.5

Memo

Memo.md file should be edited, it will be the memo sent to all users.

Finalizing

Now install Dependencies and Run it

  1. $ npm install
  2. $ node airdrop.js

every run of this file will do a airdrop based on the configuration you did.


Development

Encounter any issue or Bugs, Please report them Here.

Bot Developed by @ali-h on hive, @Ali H#7057 on Discord.