How To Deploy a Smart Contract
Contact Us for Deployment
Steps to Deploy Using Hardhat
- Create a Hardhat project
- Add RPC + Chain ID to Hardhat network config
- Add deployer private key in
.envand.gitignore - Fund the deployer wallet
- Compile and deploy using
npx hardhat compileandnpx hardhat run scripts/deploy.js --network <yourNetworkName>
Deploy your smart contract to this L2 (validium/rollup) using the Ethereum development environment Hardhat. Check the video for more detailed steps