- On Google chrome, install the Metamask chrome extension
- Follow the instructions to create or login to a wallet
- Go to the chrome extension, click the existing networks, then select add new network
- Enter the following details to add the Mumbai Test Network
- Network Name = Mumbai Testnet
- New RPC URL = https://matic-mumbai.chainstacklabs.com
- Chain ID = 80001
- Currency Symbol = MATIC
- If you want to add fake MATIC tokens to purchase tokens, follow these instructions:
- Go to the Metamask extension and copy your wallet's public address
- Naviate to https://faucet.polygon.technology
- Chose network to be Mumbai and tokken to be MATIC
- Paste your address into the wallet address field and then press submit
- 0.1 MATIC should arrive in your account within a couple of minutes
- Go to the website at https://nfticketing.vercel.app/
- Download the Metamask App
- Follow the instructions to create or login to a wallet
- Follow the instructions from step 4 above to add the Mumbai Test Network
- Go to menu->browser
- In the Metamask go the website at https://nfticketing.vercel.app/
- Run the command "npx hardhat node" and do not kill terminal while running the app as is it locally runs the blockchain
- On a second terminal run the command "npx hardhat run scripts/deploy.js --network localhost" to run intial startup scripts
- Run "npm run dev" to startup web application
- Switch the network on Metamask to Localhost 8545