Deploy & Interact
Hardhat
Learn about how to develop on Sophon using Hardhat
Getting Started
Project Setup
We recommend scaffolding your project using the zksync-cli.
Configuration
Set up your project with the following configuration:
Contract Deployment
Basic Deployment
Here’s how to deploy a contract without using the paymaster:
Deployment with Paymaster
During the alpha stage, you’ll need to use our Paymaster to sponsor transactions. Here’s how to deploy using the paymaster:
Proxy Deployment
To deploy proxy contracts with paymaster support:
Contract Interaction
To interact with deployed contracts using the paymaster:
Contract Verification
You can verify contracts on both Sophscan and Sophon’s explorer:
Was this page helpful?