Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 367 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 367 Bytes

web3-react-template

Template to make a DApp with React, typescript and ethers.js.

  • Button to Connect to MetaMask
  • Display Account
  • Display Network
  • Display Dai Balance

Made using the create-react-app typescript template, MetaMask recommandation to connect, ethers.js library and types generated by Typechain in a separate repo.

To launch, run npm run start