Connect blockchain wallet using Web3 React library

React project to Connect blockchain wallet using Web3 React library

First time setup

The first step to running sLab admin portal locally is downloading the code by cloning the repository:

git clone https://github.com/punesh12/react-blockchain-wallet-connection.git

After clone install the node modules:

npm install

To start the React server locally:

npm start

Authors