The Optimism 0G integration allows developers to deploy an OP Stack Rollup using 0G (Zero Gravity) for data availability. This integration marks the first AI-focused external integration to the OP Stack protocol, offering an alternative to Ethereum for high-performance data availability.
- DA-server Implementation: This repository implements a da-server that runs as a sidecar process alongside the OP Stack rollup node with generic commitments. This server connects to a 0G DA client to securely communicate with the 0G DA network.
- DA Client and DA Encoder Implementations: These implementations are used to interact with the 0G DA network and to encode/decode data for storage and retrieval.
- OP Stack: OP Stack implementation with configuration adjustments
To get started with the Optimism 0G implementation, please refer to the OP Stack on 0G DA Documentation.