DEV Community

Discussion on: The Complete Guide to Full Stack Web3 Development

Collapse
 
darahask profile image
Darahas Kopparapu • Edited

why const provider = new ethers.providers.Web3Provider(window.ethereum) is used in create-post where as provider = new ethers.providers.JsonRpcProvider('rpc-mumbai.matic.today') is used to get a post??