Skip to main content

How To Deploy a Smart Contract

Contact Us for Deployment

Steps to Deploy Using Hardhat

  1. Create a Hardhat project
  2. Add RPC + Chain ID to Hardhat network config
  3. Add deployer private key in .env and .gitignore
  4. Fund the deployer wallet
  5. Compile and deploy using npx hardhat compile and npx 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