referrerpolicy=no-referrer-when-downgrade

polkadot_sdk_docs/
external_resources.rs

1//! # External Resources
2//!
3//! A non-exhaustive, un-opinionated list of external resources about Polkadot SDK.
4//!
5//! Unlike [`crate::guides`], or [`crate::polkadot_sdk::templates`] that contain material directly
6//! maintained in the `polkadot-sdk` repository, the list of resources here are maintained by
7//! third-parties, and are therefore subject to more variability. Any further resources may be added
8//! by opening a pull request to the `polkadot-sdk` repository.
9//!
10//! - [Polkadot NFT Marketplace Tutorial by Polkadot Fellow Shawn Tabrizi](https://www.shawntabrizi.com/substrate-collectables-workshop/)
11//! - [DOT Code School](https://dotcodeschool.com/)
12//! - [Polkadot Developers Github Organization](https://github.com/polkadot-developers/)
13//! - [Polkadot Blockchain Academy](https://github.com/Polkadot-Blockchain-Academy)
14//! - [Polkadot Wiki](https://wiki.polkadot.network/)