Skip to content

punesh12/react-blockchain-wallet-connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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