react-multisend-erc20-web is a web application built with React that allows users to interact with the MultiSendERC20 smart contract using Web3. It provides the following features:
- Connect and disconnect from a browser wallet
- Display the account address
- Show the balance of the selected blockchain's native token
To install and run the application locally, follow these steps:
-
Clone the repository:
-
Navigate to the project directory:
cd react-multisend-erc20-web
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open the application in your browser at http://localhost:3000.
- Connect to your browser wallet by clicking the "Connect" button.
- Disconnect from your browser wallet by clicking the "Disconnect" button.
- Once connected, your account address will be displayed.
- The balance of the selected blockchain's native token will be shown.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.