Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add op-plasma, cdk, nitro & update status of rollkit and other project statuses #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,20 @@
| :---------------: | :-------: | :--------: | :--------- |
| `op-evm` | OpEVM is a sovereign EVM-compatible optimistic rollup construction designed for efficient and secure transaction processing. It provides a decentralized infrastructure for running a layer-2 (L2) blockchain and enables high-throughput, low-latency transaction processing. OpEVM is built on top of the Avail and offers advanced features for block validation, fraud-proof detection, and transaction verification. | [link](https://github.com/availproject/op-evm) | **Prototype Ready**✅ |
| `sovereign-da-adapter` | Data availability adapter for Sovereign Rollups integrated with `sovereign-sdk` | [link](https://github.com/availproject/sovereign-sdk/tree/main) |**Alpha Ready**✅ |
| `avail-nitro-adapter` | An Arbitrum Nitro adapter for building scalable and secure Orbit chains with Avail as the data availability layer. | -[ adapter](https://github.com/availproject/avail-nitro-adapter) <br> -[ contracts](https://github.com/availproject/nitro-contracts) <br> - [ testnode](https://github.com/availproject/nitro-contracts) | **Alpha Ready✅** |
| `op-plasma-avail` | OP Stack adapter for the latest plasma implementation. | [link](https://github.com/availproject/optimism-plasma-avail) | **Alpha Ready✅**
| `optimism-Alt-DA-Avail` | Avail DA's integration with Optimism's rollup SDK `op-stack` | [link](https://github.com/availproject/optimism-Alt-DA-Avail) | **Ready**✅ |
| `madara-da-interface` | A unified DA interface for Madara Starknet Sequencer to publish data onto a preferred DA Layer such as Avail for a reliable and secure DA. Using Madara you can launch your very own Starknet appchain or L3, tailored to your specific needs. ([Documentation](https://docs.madara.zone/ecosystem/avail)) | [link](https://github.com/keep-starknet-strange/madara/pull/1021) | **Alpha Ready✅** |
| `validium-node` and `validium-contracts` | A production-ready validium based on the Polygon zkEVM stack with Avail as the data availability layer for scalable and secure DA. This will allow for higher throughput with reduced costs compared to traditional L2 rollups while inheriting the security of Ethereum. | [link (node)](https://github.com/QEDK/validium-node) <br>&<br> [link (contracts)](https://github.com/QEDK/validium-contracts) | **Alpha Ready✅** |
| `cdk-validium-node` and `cdk-validium-contracts` | A validium construction based on Polygon CDK with Avail as the data availability layer for scalable and secure DA. | - [node](https://github.com/availproject/cdk-validium-node) <br> - [ contracts](https://github.com/availproject/cdk-validium-contracts) | **Alpha Ready✅** |
| `zkevm-validium-node` and `zkevm-validium-contracts` | A production-ready validium based on the Polygon zkEVM stack with Avail as the data availability layer for scalable and secure DA. This will allow for higher throughput with reduced costs compared to traditional L2 rollups while inheriting the security of Ethereum. | - [ node](https://github.com/availproject/validium-node) <br> -[contracts](https://github.com/availproject/validium-contracts) | **Alpha Ready✅** |
| `rollkit-da-adapter` | A Data availability adapter for Rollkit's modular rollup framework | [link](https://github.com/rollkit/avail-da) | **Ready✅** |
| `light-client-web` | An experimental web-based light client for Avail. It runs entirely in your browser to verify that block data is available, by verifying Avail's KZG commitment proofs locally. (WIP) | [repo](https://github.com/availproject/light-client-web) <br> [web-app](https://light.avail.tools/) | **Alpha Ready ✅** |
| `avail-cli` | A simple CLI for all-in-one Avail utilities | [link](https://github.com/availproject/cli) | **Ready ✅** |
| `metamask-snap-avail` | Experimental Metamask snap for Avail. It uses the MetaMask Snaps framework to extend MetaMask capabilities to include support for Avail. Substrate- and FRAME-based blockchains in the Polkadot ecosystem. | [link](https://github.com/availproject/metamask-snap-avail) | **Alpha Ready**✅ |
| `light-client-lib` | WIP - Exposing light client as a library (Rust) | [link](https://github.com/availproject/light-client-lib) | **In Progress**🔃 |
| `avail-lc-android-lib` | An implementation of the light client as an android library for easy integration (Kotlin). | [link](https://github.com/availproject/avail-lc-android-lib) | **In Progress**🔃 |
| `metamask-snap-avail` | Experimental Metamask snap for Avail. It uses the MetaMask Snaps framework to extend MetaMask capabilities to include support for Avail. Substrate- and FRAME-based blockchains in the Polkadot ecosystem. | [link](https://github.com/availproject/metamask-snap-avail) | **In Progress**🔃 |
| `zknft` | An experimental project that delves into the realm of asynchronous composability in blockchains. This initiative aims to facilitate seamless communication and information sharing among diverse application chains. | [link](https://github.com/availproject/zknft) | **In Progress**🔃 |
| `avail-op-stack-adapter` | Avail DA's integration with Optimism's rollup SDK `op-stack` | [link](https://github.com/availproject/avail-op-stack-adapter) | **In Progress**🔃 |
| `rollkit-da-adapter` | A Data availability adapter for Rollkit's modular rollup framework | [link](https://github.com/rollkit/rollkit/pull/1168) | **In Progress**🔃 |




Expand Down