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

https://github.com/mohindar99/erc20_react_ui

This project is regarding the ERC20 tokens where we can send some tokens from one address to another as per the requirement and had configured with some basic UI using react JS
https://github.com/mohindar99/erc20_react_ui

ethers reactjs solidity-dapps

Last synced: about 1 month ago
JSON representation

This project is regarding the ERC20 tokens where we can send some tokens from one address to another as per the requirement and had configured with some basic UI using react JS

Awesome Lists containing this project

README

          

# ERC20_React_UI
The main purpose of creating this project is to know the integration of the contract with the front-end framwork(reactjs) by using the ethers and transfer the tokens from one user to another.
In this project I have used solidity ,ethers and reactjs for the completion.