Skip to content

Example ERC-20 transfer with react-typescript, hardhat, MetaMask

License

Notifications You must be signed in to change notification settings

docongminh/erc20-Token

Repository files navigation

erc20-Token

Start Project

  • Start Hardhat node: npx hardhat node
  • Add hardhat network on metamask network
  • Deploy smart contract on hardhat network: npx hardhat run scripts/deploy.ts --network localhost
    • note: hold smart contract address
  • Install dependencies: yarn install
  • Run webservice: yarn dev

Add on

Note: Borrow some code from react-dapp

About

Example ERC-20 transfer with react-typescript, hardhat, MetaMask

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published