|
14 | 14 | - [Other](#other) |
15 | 15 |
|
16 | 16 | ## Blockchains |
| 17 | +- [Aleo](https://developer.aleo.org/aleo/getting_started/overview). |
| 18 | + Leo is a rust flavoured zk language. |
17 | 19 | - [Alpha Zero](https://alephzero.org/). |
18 | 20 | DAG, PoS, snark smart contracts (substrate based). |
| 21 | +- [Anoma.network](https://anoma.network/). |
| 22 | + PoS blockchain with privacy. |
19 | 23 | - [Bitcoin Cash](https://github.com/be-cash/bitcoin-cash). |
20 | 24 | A library for creating and parsing Bitcoin Cash trasactions. |
21 | 25 | - [CITA](https://github.com/cryptape/cita). |
|
66 | 70 | Nomic is a high-performance Bitcoin sidechain which is part of the |
67 | 71 | Cosmos network. |
68 | 72 | - [Mina Protocol](https://github.com/ChainSafe/mina-rs). |
69 | | - A rust implemetation of the mina succinct blockchain. |
| 73 | + A rust implementation of the mina succinct blockchain. |
70 | 74 | - [Mir Protocol](https://mirprotocol.org/). |
71 | 75 | A succinct blockchain powered by zero-knowledge proofs. (plonk based) |
72 | 76 | - [OpenEthereum](https://github.com/openethereum/openethereum). |
|
174 | 178 | Pure Rust implementations of Zero-Knowledge Proof systems. |
175 | 179 | - [Microsoft Nova](https://github.com/microsoft/Nova). |
176 | 180 | Rust recursive snark without trusted setup. |
| 181 | +- [Arkworks](https://github.com/arkworks-rs). |
| 182 | + An ecosystem for developing and programming with zkSNARKs |
177 | 183 |
|
178 | 184 | ## Layer2 |
179 | 185 | - [Arbitrum's arb-os](https://github.com/OffchainLabs/arb-os) |
180 | 186 | ArbOS is the "operating system" that runs an eth Layer 2 on an Arbitrum chain, |
181 | 187 | - [Noir language](https://github.com/noir-lang/noir). |
182 | 188 | Noir is a Domain Specific Language for SNARK proving systems. (Aztec eth L2) |
| 189 | +- [Penumbra](https://penumbra.zone/). |
| 190 | + PoS network providing privacy to the Cosmos ecosystem. |
183 | 191 | - [Rust-Lightning](https://github.com/rust-bitcoin/rust-lightning) |
184 | 192 | is a Bitcoin Lightning library written in Rust. |
185 | 193 | The main crate, lightning, does not handle networking, |
|
0 commit comments