https://github.com/raineorshine/eth-batch-send
Send ETH from one address to many.
https://github.com/raineorshine/eth-batch-send
Last synced: 6 months ago
JSON representation
Send ETH from one address to many.
- Host: GitHub
- URL: https://github.com/raineorshine/eth-batch-send
- Owner: raineorshine
- Created: 2018-02-16T00:54:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T14:52:46.000Z (about 3 years ago)
- Last Synced: 2025-04-11T04:02:48.004Z (6 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 22
- Watchers: 3
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Send ETH from one address to many.
Signs transactions offline, so can be used with any Web3 provider (e.g. Infura)
## Usage
Adjust parameters in config.json, secure-config.json, and addresses.json.
```sh
npm start
```