a simple blockchain proj to connect blockchain network from react appication . it also contain hardhat etheriam blockchain backend
- navigate to contract folder by: cd contract
- run: npm install
- run deploye contract: npx hardhat run scripts/deploy.js
- run blockchain network by: npx hardhat node after running this command you will se below screenshot
- copy any private key and import it in meta mask note : make sure you have meta mask installed in your browser . and you have imported http://localhost:8545/ in meta mask
once meta mask is intalled in browser. 1.visit: chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/home.html#settings/networks/add-popular-custom-network 2. click add manual network 3. add fill these details: 4. then click on save 5. click on import account and paste private key
- navigate to client folder by: cd client
- run: npm install 3 run: npm start
now your project should be running.