TRUFFLE CONFIGURATION AND DEPLOYMENT
This document is a guide to help you configure your Truffle and deploy your dapp smart contracts for Gather Network.
Follow these steps in sequential order:
In your Truffle dapp project open the file named truffle-config.js and add the details of a Gather Network (testnet and mainnet) in the networks object:
Compile your dapp smart contract and migrate on the Gather network 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 Truffle commands:
Follow this link for the truffle documentation: Truffle | Overview | Documentation | Truffle Suite
Last updated