Deploy Solidity Contracts
Prerequisites
export PRIVATE_KEY="0xYOUR_PRIVATE_KEY"Network Configuration
Network
RPC URL
Chain ID
Hardhat
Setup
mkdir my-rome-project && cd my-rome-project
npm init -y
npm install --save-dev hardhat @nomicfoundation/hardhat-toolbox
npx hardhat inithardhat.config.js
Deploy
Verify on Block Explorer
Foundry
Setup
Deploy
Call Deployed Contract
Using the Rome Solidity SDK
Deployment Constraints
Constraint
Limit
Notes
Common Errors
Error
Cause
Fix
What's Next
Last updated
Was this helpful?