Skip to content

hiPirate/web3-react

Repository files navigation

web3-react

A Simple Web3 + React Project


Table of Contents


Prerequisites

All you need beforehand is npm, then install the other dependencies using the following commands:
npm install -g yarn
...
yarn add react
...
yarn add @web3-react/core
...


Setup

Install Dependencies

yarn
...

Build and Run Locally

yarn start
...