File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ share information in a secure and scalable way. The Polkadot SDK comprises three
1515software:
1616
1717## [ Polkadot] ( ./polkadot/ )
18- [ ![ StackExchange ] ( https://img.shields.io/badge/Polkadot_Forum-e6007a?logo=polkadot )] ( https://substrate.stackexchange.com / ) [ ![ Polkadot-license] ( https://img.shields.io/badge/License-GPL3-blue )] ( # LICENSE)
18+ [ ![ PolkadotForum ] ( https://img.shields.io/badge/Polkadot_Forum-e6007a?logo=polkadot )] ( https://forum.polkadot.network / ) [ ![ Polkadot-license] ( https://img.shields.io/badge/License-GPL3-blue )] ( ./polkadot/ LICENSE)
1919
2020Implementation of a https://polkadot.network node in Rust based on the Substrate framework. This
2121directory contains runtimes for the Polkadot, Kusama, and Westend networks.
2222
2323## [ Substrate] ( ./substrate/ )
24- [ ![ SubstrateRustDocs] ( https://img.shields.io/badge/Rust_Docs-Substrate-24CC85?logo=rust )] ( https://paritytech.github.io/substrate/master/substrate/index.html ) [ ![ Substrate-license] ( https://img.shields.io/badge/License-GPL3%2FApache2.0-blue )] ( #LICENSE )
24+ [ ![ SubstrateRustDocs] ( https://img.shields.io/badge/Rust_Docs-Substrate-24CC85?logo=rust )] ( https://paritytech.github.io/substrate/master/substrate/index.html ) [ ![ Substrate-license] ( https://img.shields.io/badge/License-GPL3%2FApache2.0-blue )] ( ./substrate/README.md #LICENSE)
2525
2626Substrate is the primary blockchain SDK used by developers to create the parachains that make up
2727the Polkadot network. Additionally, it allows for the development of self-sovereign blockchains that operate completely independently of Polkadot.
2828
2929## [ Cumulus] ( ./cumulus/ )
30- [ ![ CumulusRustDocs] ( https://img.shields.io/badge/Rust_Docs-Cumulus-222222?logo=rust )] ( https://paritytech.github.io/cumulus/cumulus_client_collator/index.html ) [ ![ Cumulus-license] ( https://img.shields.io/badge/License-GPL3-blue )] ( # LICENSE)
30+ [ ![ CumulusRustDocs] ( https://img.shields.io/badge/Rust_Docs-Cumulus-222222?logo=rust )] ( https://paritytech.github.io/cumulus/cumulus_client_collator/index.html ) [ ![ Cumulus-license] ( https://img.shields.io/badge/License-GPL3-blue )] ( ./cumulus/ LICENSE)
3131
3232
3333Cumulus is a set of tools for writing Substrate-based Polkadot parachains.
You can’t perform that action at this time.
0 commit comments