DEV Community

Discussion on: Build a Web3 Dapp in React & Login with MetaMask

Collapse
 
jacobedawson profile image
Jacob E. Dawson

Hi Mrinal, thanks :)

Yes you could alter / add some variables like the chainId and RPC in order to interact with other EVM-compatible chains - here's another repo & accompanying tutorial that uses the same pattern to connect with the Moonriver network:

github.com/jacobedawson/moonriver-...
medium.com/truefieng/using-usedapp...