An open API service indexing awesome lists of open source software.

https://github.com/protofire/web3-react-boilerplate


https://github.com/protofire/web3-react-boilerplate

Last synced: 6 months ago
JSON representation

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.