Deploy a Smart Contract
Deploy smart contracts on Chiliz Chain using Remix IDE or thirdweb, with minimum gas fee requirements (2,501 gwei) and links to verification guides.
Last updated
Was this helpful?
Deploy smart contracts on Chiliz Chain using Remix IDE or thirdweb, with minimum gas fee requirements (2,501 gwei) and links to verification guides.
Building a smart contract is an essential part of the creative project that leads to a dApp for Chiliz Chain (or any blockchain, really).
There are two steps that you must go through once you have built your dApp's smart contract:
Deploying the contract on Chiliz Chain.
Verifying that contract.
This section focuses on smart contract deployment.
To ensure that your deployment transaction doesn't remain in "pending" status for too long, you should include enough to cover the fees:
Minimum gas fee: 2,501 gwei.
Minimum priority fee: 1 gwei.
To deploy your smart contract on Chiliz Chain, we recommand either of these options:
Deploy with RemixDeploy with thirdwebAfter creating a smart contract, it is necessary to verify it. Only you can do it, and you should do it as soon as the contract is deployed.
Last updated
Was this helpful?
Was this helpful?