AIRDROP for TRON System

This script check the list of all representatives, and collect info of their voters. Then air drop an amount of a token to the voter address.

System requirements

  • python
  • mongodb

Create and Active a python Virtualenv

virtualenv -p python3 env-airdrop
source env-airdrop/bin/activate

install requirements

pip install -r requirements.txt

Example transfer

    python run.py --address=TUEZSdKsoDHQMeZwihtdoBiN46zxhGWYdH --token=Perogies --amount=1

Example AirDrop based on votes with ratio

    python vote_airdrop.py --address=TUkWD1V2bws2Wt4Lu9EqF9AxnL8vWtNvHy --token=CryptoChain --sr=TKSXDA8HfE9E1y39RczVQ1ZascUEtaSToF --ratio=0.01

CryptoChain