React project to Connect blockchain wallet using Web3 React library
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