https://github.com/protofire/web3-react-boilerplate
https://github.com/protofire/web3-react-boilerplate
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/protofire/web3-react-boilerplate
- Owner: protofire
- Created: 2020-03-02T16:55:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T17:52:56.000Z (almost 5 years ago)
- Last Synced: 2023-04-10T04:54:35.267Z (almost 3 years ago)
- Language: JavaScript
- Homepage:
- Size: 369 KB
- Stars: 6
- Watchers: 8
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/duplicating-a-repository).
## Stack
- [create-react-app](https://github.com/facebook/create-react-app) was used for the initial React setup
- [web3-react](https://github.com/NoahZinsmeister/web3-react/tree/v5) is used for connecting to ethereum. Notice that we
are using v5.
- [ethers.js](https://docs.ethers.io/ethers.js/html/) is used as the web3 library. We are using v4.