|
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 | - [Bitcoin Cash](https://github.com/be-cash/bitcoin-cash). |
|
69 | 71 | Rust implementation of Zcash protocol. |
70 | 72 | - [Polkadot](https://github.com/paritytech/polkadot). |
71 | 73 | Polkadot Node Implementation. |
| 74 | +- [Polymesh](https://github.com/PolymathNetwork/Polymesh). |
| 75 | + The Polymesh blockchain (built on Substrate) is an identity orientated chain |
| 76 | + for the issuance, lifecycle management and settlement of regulated securities. |
72 | 77 | - [Shasper](https://github.com/paritytech/shasper). |
73 | 78 | Parity Shasper beacon chain implementation using the Substrate |
74 | 79 | framework. |
|
0 commit comments