Skip to content

fbsobreira/tron-airdrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages