|
2 | 2 |
|
3 | 3 | *Useful components for building blockchains in Rust. include: cryptography, distributed, p2p, consensus, etc* |
4 | 4 |
|
5 | | -- [Blockchains](#blockchains) |
6 | | -- [Blockchain Frameworks](#blockchain-frameworks) |
7 | | -- [Cross-Chain](#cross-chain) |
8 | | -- [Virtual Machines](#virtual-machines) |
9 | | -- [General-Purpose Consensus](#consensus) |
10 | | -- [P2P Network Libraries](#p2p-network-libraries) |
11 | | -- [Cryptography](#cryptography) |
12 | | -- [Layer2](#layer2) |
13 | | -- [Dapps](#dapps) |
14 | | -- [Other](#other) |
| 5 | + - [Blockchains](#blockchains) |
| 6 | + - [Blockchain Frameworks](#blockchain-frameworks) |
| 7 | + - [Cross-Chain](#cross-chain) |
| 8 | + - [Virtual Machines](#virtual-machines) |
| 9 | + - [General-Purpose Consensus](#general-purpose-consensus) |
| 10 | + - [P2P Network Libraries](#p2p-network-libraries) |
| 11 | + - [Cryptography](#cryptography) |
| 12 | + - [Layer2](#layer2) |
| 13 | + - [Dapps](#dapps) |
| 14 | + - [Other](#other) |
| 15 | + - [Contribute](#contribute) |
| 16 | + - [License](#license) |
15 | 17 |
|
16 | 18 | ## Blockchains |
17 | 19 | - [Aleo](https://developer.aleo.org/aleo/getting_started/overview). |
|
85 | 87 | Rust implementation of Zcash protocol. |
86 | 88 | - [Polkadot](https://github.com/paritytech/polkadot). |
87 | 89 | Polkadot Node Implementation. |
| 90 | +- [Polymesh](https://github.com/PolymathNetwork/Polymesh). |
| 91 | + The Polymesh blockchain (built on Substrate) is an identity orientated chain |
| 92 | + for the issuance, lifecycle management and settlement of regulated securities. |
88 | 93 | - [Shasper](https://github.com/paritytech/shasper). |
89 | 94 | Parity Shasper beacon chain implementation using the Substrate |
90 | 95 | framework. |
|
0 commit comments