Skip to content

Commit c3cf751

Browse files
committed
more awesome rust projects
(including a succinct rust blockchain!)
1 parent 6d54afd commit c3cf751

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
- [Other](#other)
1515

1616
## Blockchains
17+
- [Alpha Zero](https://alephzero.org/).
18+
DAG, PoS, snark smart contracts (substrate based).
1719
- [Bitcoin Cash](https://github.com/be-cash/bitcoin-cash).
1820
A library for creating and parsing Bitcoin Cash trasactions.
1921
- [CITA](https://github.com/cryptape/cita).
@@ -61,6 +63,8 @@
6163
- [Nomic](https://github.com/nomic-io/nomic).
6264
Nomic is a high-performance Bitcoin sidechain which is part of the
6365
Cosmos network.
66+
- [Mir Protocol](https://mirprotocol.org/).
67+
A succinct blockchain powered by zero-knowledge proofs. (plonk based)
6468
- [OpenEthereum](https://github.com/openethereum/openethereum).
6569
The Ethereum Rust client
6670
- [Parity Bitcoin](https://github.com/paritytech/parity-bitcoin).
@@ -90,8 +94,6 @@
9094
An ongoing Rust implementation of a Zcash node.
9195
- [Zero-chain](https://github.com/LayerXcom/zero-chain).
9296
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.
9597

9698
## Blockchain Frameworks
9799
- [Substrate](https://github.com/paritytech/substrate).
@@ -168,12 +170,18 @@
168170
Pure Rust implementations of Zero-Knowledge Proof systems.
169171

170172
## 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)
171177
- [Rust-Lightning](https://github.com/rust-bitcoin/rust-lightning)
172178
is a Bitcoin Lightning library written in Rust.
173179
The main crate, lightning, does not handle networking,
174180
persistence, or any other I/O. Thus, it is runtime-agnostic,
175181
but users must implement basic networking logic,
176182
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.
177185

178186
## Dapps
179187
- [Serum-dex](https://github.com/project-serum/serum-dex).

0 commit comments

Comments
 (0)