Skip to content

shubhamkr95/ERC20_token

Repository files navigation

ERC 20 Token

A Erc 20 token with transfer function between users.

Run locally

Clone the repo

git clone https://github.com/shubhamkr95/ERC20_token.git

Go to project directory

cd ERC20_git

Install dependencies and dev-dependencies

npm install && npm install -D

Provide the value in the .env file

API_KEY="API key of alchemy"
ROPSTEN_PRIVATE_KEY="your wallet private key"

Run the test file

npx hardhat test

Deploy the contract on Ropsten testnet

npx hardhat run scripts/deploy.js --network ropsten

Deployed Token address - 0xba871f6b449529d2ebef5beb9f8d51968b9919d3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published