Getting Started
In this section, we'll guide you through upgrading an OP Stack chain to a fully type-1 ZK rollup using SP1 and OP Succinct.
The steps are the following:
- Run the cost estimator to confirm that all of your endpoints are set up correctly. The cost estimator will simulate the proving of the chain and return the estimated "costs" of proving.
- Run OP Succinct in mock mode to confirm that your on-chain configuration is correct.
- Run OP Succinct in full mode to begin generating proofs of
op-succinct
. - Upgrade your OP Stack configuration to upgrade the
L2OutputOracle
contract to the newOPSuccinctL2OutputOracle
contract using yourADMIN
key.