- npm install
- truffle test
- set infura_apikey and mnemonic
- npm install
- truffle migrate --network (your network)
- transfer some tokens to Sender contract address
- Set Your token address via setToken()
- Pass two list with address and value in distribute() like this: distribute([address1, address2, address3], ["500000000000000000", "1000000000000000000", "2000000000000000000"]) big number (token value in hex) should wrap it in double quotes
- Owner can get back tokens via getBackTokens()