This app is used to send bep-2 type Argo tokens to multiple users in the Binance Chain. How to use is as follows.
- Check out this repository, go to the build folder, and open the
index.htmlfile in a browser. - Open the wallet's keystore file to which Aergo will be sent.
- Paste the keystore's content into the
keystore file textfield of the App and enter the password. - Click the
login using keystorebutton. - If login successfully, the logged in address appears in the From Address field. If it fails, an error message is displayed in the appropriate field.
- Enter the address and quantity to receive separated by commas in the form of
address, amount. You can enter multiple entries, each separated by a new line. (Note) You must enter at least two addresses. - (Optional) Enter a
memo text. - Click
Send Transactionbutton. After a while, a success or failure warning pops up.
Alternatively, you can easily use the static page( https://blockoio.github.io/bnbMultisendApp/build/ ) provided by the github page. (But be careful because there may be security issues.)
Currently only AERGO-46B is supported. However, with a little expansion, other types of tokens can be supported.