Skip to content

Taimoor10/ERC20

Repository files navigation

ERC20 implementation using Hardhat and Ether.js

Clone the project and run the following in terminal to start a node

 npx hardhat node

Then, run the deploy script using:

node scripts/deploy.js

Start the node server:

node app.js

For tests:

npx hardhat test

Either use the frontend application or postman to interact with the following routes:

transfer

http://localhost:3000/token/transfer?address=[address]&amount=[amount]

checkBalance

http://localhost:3000/token/balanceOf?address=[address]

About

ERC20 Implementation using solidity and NodeJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors