An open API service indexing awesome lists of open source software.

https://github.com/polymathuniversata/eth-multisender


https://github.com/polymathuniversata/eth-multisender

Last synced: 24 days ago
JSON representation

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.