Deployment
Deploying on a Local Network
Compile the contract:
Deploy the contract: Create a script
/scripts/deploy.js
:Run the deployment script:
Deploying on Testnet
Configure Networks in Hardhat: Edit
hardhat.config.js
to include testnet configurations:
Last updated