Set Up a React dApp From a Starter

InstructorRyan Harris

Share this video with your friends

Send Tweet

Let’s create a dApp that connect to a smart contract on the Rinkeby test network!

I’ve created a starter repo ****for you. Just run git clone git@github.com:ryancharris/nftix-demo-ui.git. Then just run yarn and add the smart contract’s address to an ENV file.

~ 2 years ago

What changes do I need to make to allow the React dApp to work with the smart contract deployed on a different chain (e.g. polygon mumbai)?