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.
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)?