howeguo / iex-multi-sender

TRX batch transfer in just a few transactions

Home Page:https://multisender.iexbase.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iEXMultiSender

This DAPP is used to send TRX to many addresses in one transaction, that can help you to save much more TX fee. Just upload JSON file with addresses and balances that you want to send. Select a address and sent thousands of addresses out in 1 minute.

How to use:

  1. Install TronLink.
  2. Make sure your TronLink is pointed to the network that you would like to use.
  3. Make sure your TronLink account is unlocked.
  4. Go to https://multisender.iexbase.com
  5. Wait for the full page to load.
  6. Select a address from the dropdown that you would like to send.
  7. Provide either JSON text in the textarea (see example below).
  8. Click continue.
  9. If everything looks good, click next once again.
  10. Wait for TronLink to generate an approval transaction.
  11. Once the approval transaction is mined, TronLink will generate as many transactions as needed for your TRX transfers.
  12. Done!

You can test this tool on any test network, if you want to make sure that everything will work as expected.

Example JSON:

[
{"TRWBqiqoFZysoAeyR1J35ibuyc8EvhUAoY":"11.049"},
{"TPKkjAKrRRsHrMLZdX3XawyvPuqtV1U1ni": "0.1"}
]

Donations

Tron(TRX): TRWBqiqoFZysoAeyR1J35ibuyc8EvhUAoY

About

TRX batch transfer in just a few transactions

https://multisender.iexbase.com

License:MIT License


Languages

Language:TypeScript 80.8%Language:HTML 12.0%Language:CSS 4.8%Language:JavaScript 2.4%