|
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. |
| 19 | +- [Alpha Zero](https://alephzero.org/). |
| 20 | + DAG, PoS, snark smart contracts (substrate based). |
| 21 | +- [Anoma.network](https://anoma.network/). |
| 22 | + PoS blockchain with privacy. |
17 | 23 | - [Bitcoin Cash](https://github.com/be-cash/bitcoin-cash). |
18 | 24 | A library for creating and parsing Bitcoin Cash trasactions. |
19 | 25 | - [CITA](https://github.com/cryptape/cita). |
20 | 26 | A high performance blockchain kernel for enterprise users. |
21 | 27 | - [CodeChain](https://github.com/CodeChain-io/codechain). |
22 | 28 | Programmable multi-asset chain. |
| 29 | +- [Concordium](https://concordium.com/). |
| 30 | + Privacy centric (zk) PoS chain, yet with built in identities and rust smart contracts. |
23 | 31 | - [Conflux](https://github.com/Conflux-Chain/conflux-rust). |
24 | 32 | The Rust implementation of Conflux protocol. |
25 | 33 | - [Darwinia](https://github.com/darwinia-network/darwinia). |
26 | 34 | Relay chain of Darwinia Network, can connect to Polkadot as |
27 | 35 | parachain in Polkadot Model. |
| 36 | +- [Dusk.network](https://dusk.network/). |
| 37 | + Privacy PoS using zk (plonk). |
28 | 38 | - [Enigma](https://github.com/enigmampc/enigma-core) secures the |
29 | 39 | decentralized web. |
30 | 40 | - [Elrond](https://elrond.com/). |
|
61 | 71 | - [Nomic](https://github.com/nomic-io/nomic). |
62 | 72 | Nomic is a high-performance Bitcoin sidechain which is part of the |
63 | 73 | Cosmos network. |
| 74 | +- [Mina Protocol](https://github.com/ChainSafe/mina-rs). |
| 75 | + A rust implementation of the mina succinct blockchain. |
| 76 | +- [Mir Protocol](https://mirprotocol.org/). |
| 77 | + A succinct blockchain powered by zero-knowledge proofs. (plonk based) |
64 | 78 | - [OpenEthereum](https://github.com/openethereum/openethereum). |
65 | 79 | The Ethereum Rust client |
66 | 80 | - [Parity Bitcoin](https://github.com/paritytech/parity-bitcoin). |
|
90 | 104 | An ongoing Rust implementation of a Zcash node. |
91 | 105 | - [Zero-chain](https://github.com/LayerXcom/zero-chain). |
92 | 106 | 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 | 107 |
|
96 | 108 | ## Blockchain Frameworks |
97 | 109 | - [Substrate](https://github.com/paritytech/substrate). |
|
166 | 178 | prover. |
167 | 179 | - [OpenZKP](https://github.com/0xProject/OpenZKP). |
168 | 180 | Pure Rust implementations of Zero-Knowledge Proof systems. |
| 181 | +- [Microsoft Nova](https://github.com/microsoft/Nova). |
| 182 | + Rust recursive snark without trusted setup. |
| 183 | +- [Arkworks](https://github.com/arkworks-rs). |
| 184 | + An ecosystem for developing and programming with zkSNARKs |
169 | 185 |
|
170 | 186 | ## Layer2 |
| 187 | +- [Arbitrum's arb-os](https://github.com/OffchainLabs/arb-os) |
| 188 | + ArbOS is the "operating system" that runs an eth Layer 2 on an Arbitrum chain, |
| 189 | +- [Noir language](https://github.com/noir-lang/noir). |
| 190 | + Noir is a Domain Specific Language for SNARK proving systems. (Aztec eth L2) |
| 191 | +- [Penumbra](https://penumbra.zone/). |
| 192 | + PoS network providing privacy to the Cosmos ecosystem. |
171 | 193 | - [Rust-Lightning](https://github.com/rust-bitcoin/rust-lightning) |
172 | 194 | is a Bitcoin Lightning library written in Rust. |
173 | 195 | The main crate, lightning, does not handle networking, |
174 | 196 | persistence, or any other I/O. Thus, it is runtime-agnostic, |
175 | 197 | but users must implement basic networking logic, |
176 | 198 | chain interactions, and disk storage. |
| 199 | +- [zkSync](https://github.com/matter-labs/zksync). |
| 200 | + Matter Labs' scaling eth L2 engine secured by zero-knowledge proofs. |
177 | 201 |
|
178 | 202 | ## Dapps |
179 | 203 | - [Serum-dex](https://github.com/project-serum/serum-dex). |
|
0 commit comments