https://github.com/polymathuniversata/eth-multisender
https://github.com/polymathuniversata/eth-multisender
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/polymathuniversata/eth-multisender
- Owner: polymathuniversata
- Created: 2024-01-19T07:46:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T07:50:12.000Z (over 2 years ago)
- Last Synced: 2025-03-03T22:27:40.830Z (over 1 year ago)
- Language: JavaScript
- Size: 14.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bulk Multi-Sender
Bulk Multi-Sender is a decentralized application (DApp) that allows you to send Ethereum (ETH) to multiple recipients in a single transaction. This project utilizes the Ethereum blockchain and MetaMask for wallet interaction.
## Features
- Connect your wallet using MetaMask.
- Send ETH to multiple recipients in a single transaction.
- Easy-to-use interface.
## Prerequisites
Before running the application, make sure you have the following installed:
- [Node.js](https://nodejs.org/)
- [npm](https://www.npmjs.com/) (Node Package Manager)
## Installation
1. Clone the repository:
git clone https://github.com/your-username/bulk-multi-sender.git
3. Change into the project directory:
cd bulk-multi-sender
3. Install dependencies:
npm install
npm install -g live-server
4. Usage
Run the application:
live-server frontend
Open your web browser and navigate to http://localhost:8080.
5. Connect your MetaMask wallet.
Enter the recipient addresses and amounts in the provided textarea.
6. Click the "Send ETH" button to initiate the transaction.
## Note
The contract has been included here but it has been deployed and verified.
Contract Address :- 0x16557aD82dCE75649d98EE105F6c6AA3Ec8e975E
## Contributing
If you'd like to contribute to this project, please follow the contributing guidelines.
## License
This project is licensed under the MIT License - see the LICENSE file for details.