https://github.com/0xvoidmain/send-tomo-from-file
Send tomo to list of addresses
https://github.com/0xvoidmain/send-tomo-from-file
Last synced: 2 months ago
JSON representation
Send tomo to list of addresses
- Host: GitHub
- URL: https://github.com/0xvoidmain/send-tomo-from-file
- Owner: 0xvoidmain
- Created: 2020-03-08T09:48:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T14:07:09.000Z (over 3 years ago)
- Last Synced: 2025-01-06T11:40:00.816Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.11 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install
```
npm install
```
# Send tomo via csv file
## File format
```
Token,TokenAddress,Address,Amount
XXXX,0x4cD6cfB32A8699386E65b591f02819e34e4e4B4C,0x86c7e2facc45d0a28f9dc96f7adb4bf0327bcc5e,61
TOMO,0x4cD6cfB32A8699386E65b591f02819e34e4e4B4C,0xeb6520682d8de2c10d6f73853f1d222d6d55fa9f,61
```
## Send via command
step 1: create `.evn` file with `.env_sample` file
step 2: edit file airdrop.csv with format above
step 3: run command `node index.js`