Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 797 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 797 Bytes

web3-react-boilerplate

This boilerplate is meant to be used during Protofire's interview process. It's a simple dapp that only works with MetaMask and in Rinkeby, and shows the latest block number.

This is a public repo, so if you want to make a private repository for your exercise, don't fork it. Instead, follow these instructions.

Stack

  • create-react-app was used for the initial React setup
  • web3-react is used for connecting to ethereum. Notice that we are using v5.
  • ethers.js is used as the web3 library. We are using v4.