Deploy locally for dev
Deploy a full local spin-OPZK stack for development.
In this guide, we'll deploy a full spin-OPZK components for local development. This includes
hardhat local testnet blockchain
deploy OPZK contracts to the testnet
spin-operator for handling submissions
[optional] spin-challenger for validating submissions
[optional] spin-da for providing nessacary data cache for validating submission
hardhat local testnet blockchain
Obtain the smart contracts
Go into
spin-contracts
Install the dependencies
Run the local hardhat node, keep this terminal live
In a separate terminal, deploy the smart contracts
Run OPZK operator
[optional] Run OPZK challenger
TODO
[optional] Run spin-DA
Last updated