HARDHAT CONFIGURATION AND DEPLOYMENT
Last updated
Last updated
This document is a guide to help you configure Hardhat and deploy your dapp smart contracts for the Gather Network.
In your Hardhat dapp project open the file named hardhat.config.js and add the details of a Gather Networks (testnet and mainnet) in the networks object:
Compile your dapp smart contracts and migrate on the Gather networks configured in the previous step.
For testnet:
For mainnet:
You have now deployed the smart contracts of your dapp on the Gather Blockchain. You can now easily interact with your smart contract deployed on the Gather Network blockchain using your dapp frontend or Hardhat commands.
Follow this link for the Hardhat documentation: