|
14 | 14 | - [Other](#other) |
15 | 15 |
|
16 | 16 | ## Blockchains |
| 17 | +- [Alpha Zero](https://alephzero.org/). |
| 18 | + DAG, PoS, snark smart contracts (substrate based). |
17 | 19 | - [Bitcoin Cash](https://github.com/be-cash/bitcoin-cash). |
18 | 20 | A library for creating and parsing Bitcoin Cash trasactions. |
19 | 21 | - [CITA](https://github.com/cryptape/cita). |
|
61 | 63 | - [Nomic](https://github.com/nomic-io/nomic). |
62 | 64 | Nomic is a high-performance Bitcoin sidechain which is part of the |
63 | 65 | Cosmos network. |
| 66 | +- [Mir Protocol](https://mirprotocol.org/). |
| 67 | + A succinct blockchain powered by zero-knowledge proofs. (plonk based) |
64 | 68 | - [OpenEthereum](https://github.com/openethereum/openethereum). |
65 | 69 | The Ethereum Rust client |
66 | 70 | - [Parity Bitcoin](https://github.com/paritytech/parity-bitcoin). |
|
90 | 94 | An ongoing Rust implementation of a Zcash node. |
91 | 95 | - [Zero-chain](https://github.com/LayerXcom/zero-chain). |
92 | 96 | A privacy-preserving blockchain on Substrate. |
93 | | -- [zkSync](https://github.com/matter-labs/zksync). |
94 | | - Matter Labs' scaling L2 engine secured by zero-knowledge proofs. |
95 | 97 |
|
96 | 98 | ## Blockchain Frameworks |
97 | 99 | - [Substrate](https://github.com/paritytech/substrate). |
|
168 | 170 | Pure Rust implementations of Zero-Knowledge Proof systems. |
169 | 171 |
|
170 | 172 | ## Layer2 |
| 173 | +- [Arbitrum's arb-os](https://github.com/OffchainLabs/arb-os) |
| 174 | + ArbOS is the "operating system" that runs an eth Layer 2 on an Arbitrum chain, |
| 175 | +- [Noir language](https://github.com/noir-lang/noir). |
| 176 | + Noir is a Domain Specific Language for SNARK proving systems. (Aztec eth L2) |
171 | 177 | - [Rust-Lightning](https://github.com/rust-bitcoin/rust-lightning) |
172 | 178 | is a Bitcoin Lightning library written in Rust. |
173 | 179 | The main crate, lightning, does not handle networking, |
174 | 180 | persistence, or any other I/O. Thus, it is runtime-agnostic, |
175 | 181 | but users must implement basic networking logic, |
176 | 182 | chain interactions, and disk storage. |
| 183 | +- [zkSync](https://github.com/matter-labs/zksync). |
| 184 | + Matter Labs' scaling eth L2 engine secured by zero-knowledge proofs. |
177 | 185 |
|
178 | 186 | ## Dapps |
179 | 187 | - [Serum-dex](https://github.com/project-serum/serum-dex). |
|
0 commit comments