1
2
3
4
5
6
7
8
//! # Polkadot Developer Hub Tutorials
//!
//! This crate contains a collection of tutorials that are foundational to the developers of
//! Polkadot SDK. They common user-journeys that are traversed in the Polkadot ecosystem.

/// The first tutorial of the Polkadot SDK. Write a simple currency pallet, in which you will learn
/// the basics of FRAME.
pub mod currency_simple;