Skip to content

Commit 5587ae7

Browse files
committed
add layer2 & dapps sections
1 parent 546891e commit 5587ae7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@
99
- [General-Purpose Consensus](#consensus)
1010
- [P2P Network Libraries](#p2p-network)
1111
- [Cryptography](#cryptography)
12+
- [Layer2](#layer2)
13+
- [Dapps](#dapps)
1214
- [Other](#other)
1315

1416
## Blockchains
17+
- [Bitcoin Cash](https://github.com/be-cash/bitcoin-cash)
18+
A library for creating and parsing Bitcoin Cash trasactions
1519
- [CITA](https://github.com/cryptape/cita) A high performance blockchain kernel for enterprise users;
1620
- [CodeChain](https://github.com/CodeChain-io/codechain) Programmable multi-asset chain;
1721
- [Conflux](https://github.com/Conflux-Chain/conflux-rust) The Rust implementation of Conflux protocol;
@@ -82,6 +86,18 @@
8286
- [Za!](https://github.com/adria0/za) -- An experimental rust zksnarks compiler with embeeded bellman-bn128 prover;
8387
- [OpenZKP](https://github.com/0xProject/OpenZKP) -- Pure Rust implementations of Zero-Knowledge Proof systems.
8488

89+
## Layer2
90+
- [Rust-Lightning](https://github.com/rust-bitcoin/rust-lightning)
91+
is a Bitcoin Lightning library written in Rust.
92+
The main crate, lightning, does not handle networking,
93+
persistence, or any other I/O. Thus, it is runtime-agnostic,
94+
but users must implement basic networking logic,
95+
chain interactions, and disk storage.
96+
97+
## Dapps
98+
- [Serum-dex](https://github.com/project-serum/serum-dex).
99+
A decentralized exchange built on Solana.
100+
85101
## Other
86102
- [abscissa](https://github.com/iqlusioninc/abscissa) -- micro-framework for CLI tools with strong focus on security;
87103
- [tesseracts](https://github.com/adria0/tesseracts) -- A small block explorer for geth PoAs written in rust.

0 commit comments

Comments
 (0)