|
16 | 16 | - [License](#license) |
17 | 17 |
|
18 | 18 | ## Blockchains |
19 | | -- [Aleo](https://developer.aleo.org/aleo/getting_started/overview). |
20 | | - Leo is a rust flavoured zk language. |
21 | | -- [Aleph Zero](https://alephzero.org/). |
| 19 | +- [Aleo](https://github.com/AleoHQ). |
| 20 | + A blockchain with zero-knowledge transactions. |
| 21 | +- [Aleph Zero](https://github.com/aleph-zero-foundation). |
22 | 22 | DAG, PoS, snark smart contracts (substrate based). |
23 | | -- [Anoma.network](https://anoma.network/). |
| 23 | +- [Anoma.network](https://github.com/anoma). |
24 | 24 | PoS blockchain with privacy. |
25 | | -- [Aptos Network](https://aptoslabs.com/). |
| 25 | +- [Aptos Network](https://github.com/aptos-labs). |
26 | 26 | Building the safest and most scalable Layer 1 blockchain.. |
27 | 27 | - [Bitcoin Cash](https://github.com/be-cash/bitcoin-cash). |
28 | 28 | A library for creating and parsing Bitcoin Cash transactions. |
|
32 | 32 | A high performance blockchain kernel for enterprise users. |
33 | 33 | - [CodeChain](https://github.com/CodeChain-io/codechain). |
34 | 34 | Programmable multi-asset chain. |
35 | | -- [Concordium](https://concordium.com/). |
| 35 | +- [Concordium](https://github.com/Concordium). |
36 | 36 | Privacy centric (zk) PoS chain, yet with built in identities and rust smart contracts. |
37 | 37 | - [Conflux](https://github.com/Conflux-Chain/conflux-rust). |
38 | 38 | The Rust implementation of Conflux protocol. |
39 | 39 | - [Darwinia](https://github.com/darwinia-network/darwinia). |
40 | 40 | Relay chain of Darwinia Network, can connect to Polkadot as |
41 | 41 | parachain in Polkadot Model. |
42 | | -- [Dusk.network](https://dusk.network/). |
| 42 | +- [Dusk.network](https://github.com/dusk-network). |
43 | 43 | Privacy PoS using zk (plonk). |
44 | 44 | - [Enigma](https://github.com/enigmampc/enigma-core) secures the |
45 | 45 | decentralized web. |
|
88 | 88 | Cosmos network. |
89 | 89 | - [Mina Protocol](https://github.com/ChainSafe/mina-rs). |
90 | 90 | A rust implementation of the mina succinct blockchain. |
91 | | -- [Mir Protocol](https://mirprotocol.org/). |
| 91 | +- [Mir Protocol](https://github.com/mir-protocol). |
92 | 92 | A succinct blockchain powered by zero-knowledge proofs. (plonk based) |
93 | 93 | - [OpenEthereum](https://github.com/openethereum/openethereum). |
94 | 94 | The Ethereum Rust client |
|
107 | 107 | Post-quantum blockchain. |
108 | 108 | - [Radix](https://github.com/radixdlt/radixdlt-scrypto). |
109 | 109 | Sharded smart contract DeFi platform. |
110 | | -- [RsNano](https://www.rsnano.com) |
| 110 | +- [RsNano](https://github.com/simpago/rsnano-node). |
111 | 111 | A rust port of Nano: the eco-friendly & feeless digital currency |
112 | 112 | - [Setheum](https://github.com/Setheum-Labs/Setheum). |
113 | 113 | SETHEUM : “Secure Evergreen Truthful Heterogeneous Economically Unbiased Market” |
|
120 | 120 | Blockchain Rebuilt for Scale. |
121 | 121 | - [Stacks 2.0](https://github.com/blockstack/stacks-blockchain). |
122 | 122 | Proof of Transfer blockchain from Blockstack. |
123 | | -- [Sui Network](https://sui.io/). |
| 123 | +- [Sui Network](https://github.com/MystenLabs/sui). |
124 | 124 | A next-generation smart contract platform with high throughput, low |
125 | 125 | latency, and an asset-oriented programming model powered by the Move |
126 | 126 | programming language. |
|
164 | 164 | ## Virtual Machines |
165 | 165 | - [CKB-VM](https://github.com/nervosnetwork/ckb-vm). |
166 | 166 | RISC-V virtual machine. |
167 | | -- [CosmWasm](https://www.cosmwasm.com). |
| 167 | +- [CosmWasm](https://github.com/CosmWasm/cosmwasm). |
168 | 168 | Multi-chain smart contract platform built for the Cosmos ecosystem. |
169 | 169 | - [EVM Parity](https://github.com/paritytech/parity-ethereum/tree/master/evmbin). |
170 | 170 | Parity implementation of EVM. |
171 | | -- [FuelVM](https://github.com/FuelLabs/fuel-vm) |
| 171 | +- [FuelVM](https://github.com/FuelLabs/fuel-vm). |
172 | 172 | Interpreter for the FuelVM, a blazingly fast blockchain virtual machine. |
173 | | -- [FVM](https://github.com/filecoin-project/ref-fvm) |
| 173 | +- [FVM](https://github.com/filecoin-project/ref-fvm). |
174 | 174 | The Filecoin Virtual Machine is a hypervisor-inspired Wasm execution environment that supports multiple runtimes, including the EVM. |
175 | 175 | - [Lunatic](https://github.com/lunatic-solutions/lunatic). |
176 | 176 | Erlang-inspired runtime for WebAssembly. |
|
180 | 180 | Spacemesh Virtual Machine. |
181 | 181 | - [Wasmi](https://github.com/paritytech/wasmi). |
182 | 182 | WebAssembly interpreter. |
183 | | -- [Wasmer](https://wasmer.io/). |
| 183 | +- [Wasmer](https://github.com/wasmerio/wasmer). |
184 | 184 | A convenient Rust wrapper over WebAssembly backends. |
185 | 185 | - [Wasmtime](https://github.com/CraneStation/wasmtime). |
186 | 186 | Standalone JIT-style runtime for WebAssembly, using Cranelift. |
|
233 | 233 | ArbOS is the "operating system" that runs an eth Layer 2 on an Arbitrum chain, |
234 | 234 | - [Noir language](https://github.com/noir-lang/noir). |
235 | 235 | Noir is a Domain Specific Language for SNARK proving systems. (Aztec eth L2) |
236 | | -- [Penumbra](https://penumbra.zone/). |
| 236 | +- [Penumbra](https://github.com/penumbra-zone/penumbra). |
237 | 237 | PoS network providing privacy to the Cosmos ecosystem. |
238 | 238 | - [Rust-Lightning](https://github.com/rust-bitcoin/rust-lightning) |
239 | 239 | is a Bitcoin Lightning library written in Rust. |
|
0 commit comments