Skip to content

Commit 1c891e8

Browse files
authored
Merge pull request #17 from PolymathNetwork/master
Fix ToC and add Polymesh
2 parents 86c2212 + 387a6fe commit 1c891e8

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@
22

33
*Useful components for building blockchains in Rust. include: cryptography, distributed, p2p, consensus, etc*
44

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)
1517

1618
## Blockchains
1719
- [Aleo](https://developer.aleo.org/aleo/getting_started/overview).
@@ -85,6 +87,9 @@
8587
Rust implementation of Zcash protocol.
8688
- [Polkadot](https://github.com/paritytech/polkadot).
8789
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.
8893
- [Shasper](https://github.com/paritytech/shasper).
8994
Parity Shasper beacon chain implementation using the Substrate
9095
framework.

0 commit comments

Comments
 (0)