File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 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;
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.
You can’t perform that action at this time.
0 commit comments