Skip to content

Commit 5d56dbd

Browse files
committed
More so much more. Arkworks is a treasure trove.
1 parent 719a74e commit 5d56dbd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@
1414
- [Other](#other)
1515

1616
## Blockchains
17+
- [Aleo](https://developer.aleo.org/aleo/getting_started/overview).
18+
Leo is a rust flavoured zk language.
1719
- [Alpha Zero](https://alephzero.org/).
1820
DAG, PoS, snark smart contracts (substrate based).
21+
- [Anoma.network](https://anoma.network/).
22+
PoS blockchain with privacy.
1923
- [Bitcoin Cash](https://github.com/be-cash/bitcoin-cash).
2024
A library for creating and parsing Bitcoin Cash trasactions.
2125
- [CITA](https://github.com/cryptape/cita).
@@ -66,7 +70,7 @@
6670
Nomic is a high-performance Bitcoin sidechain which is part of the
6771
Cosmos network.
6872
- [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.
7074
- [Mir Protocol](https://mirprotocol.org/).
7175
A succinct blockchain powered by zero-knowledge proofs. (plonk based)
7276
- [OpenEthereum](https://github.com/openethereum/openethereum).
@@ -174,12 +178,16 @@
174178
Pure Rust implementations of Zero-Knowledge Proof systems.
175179
- [Microsoft Nova](https://github.com/microsoft/Nova).
176180
Rust recursive snark without trusted setup.
181+
- [Arkworks](https://github.com/arkworks-rs).
182+
An ecosystem for developing and programming with zkSNARKs
177183

178184
## Layer2
179185
- [Arbitrum's arb-os](https://github.com/OffchainLabs/arb-os)
180186
ArbOS is the "operating system" that runs an eth Layer 2 on an Arbitrum chain,
181187
- [Noir language](https://github.com/noir-lang/noir).
182188
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.
183191
- [Rust-Lightning](https://github.com/rust-bitcoin/rust-lightning)
184192
is a Bitcoin Lightning library written in Rust.
185193
The main crate, lightning, does not handle networking,

0 commit comments

Comments
 (0)