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
- Host: GitHub
- URL: https://github.com/mohindar99/erc20_react_ui
- Owner: mohindar99
- Created: 2022-09-11T08:55:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T18:37:34.000Z (over 3 years ago)
- Last Synced: 2025-01-09T06:35:15.024Z (over 1 year ago)
- Topics: ethers, reactjs, solidity-dapps
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.