https://github.com/tomijaga/bulk-payments
https://github.com/tomijaga/bulk-payments
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomijaga/bulk-payments
- Owner: tomijaga
- Created: 2021-04-11T05:14:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-11T05:24:45.000Z (about 4 years ago)
- Last Synced: 2025-02-03T13:44:29.820Z (4 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bulk-Payments
### Installation Instructions (in CMD line)
npm install
### Usage Instructions
Set the signing key in the [.env](https://github.com/tomijaga/Bulk-Payments/blob/master/.env) file to the signing key
of the account you want to send coins fromThen set the transactions array in [index.js](https://github.com/tomijaga/Bulk-Payments/blob/master/index.js)
```ts
{
amount: Amount you want to send
recipient: Account number of the recipient
}
```
Once set run
node index.js