Lesson #6 How to deploy payment smart contract
This is a simple react project that uses ethers.js to communicate with our solidity code and uses stable coin as a means of payment. In this playlist, we will be learning how to use any stable coin as a means of payment in our Dapp. We will be using polygon chain and hardhat to write our solidity code. deploying contract verify contract polygonscan etherscan we will use alchemy as our node provider. solidity, ethers.js. web3modal, react.js, polygon mumbai, token creation, stable coin github: "github.com/codingwithcho/pay_using_stablecoin/tree/main" npx hardhat run --network mumbai scripts/deploy.js
This is a simple react project that uses ethers.js to communicate with our solidity code and uses stable coin as a means of payment. In this playlist, we will be learning how to use any stable coin as a means of payment in our Dapp. We will be using polygon chain and hardhat to write our solidity code. deploying contract verify contract polygonscan etherscan we will use alchemy as our node provider. solidity, ethers.js. web3modal, react.js, polygon mumbai, token creation, stable coin github: "github.com/codingwithcho/pay_using_stablecoin/tree/main" npx hardhat run --network mumbai scripts/deploy.js