Runtime Development
Substrate How-to quick reference guides provide instructions for achieving specific goals. Each guide explains how to perform a specific task with the assumption that you are already familiar with Substrate and programming in Rust.
Basics
See the following guides to learn common patterns in runtime development.
Pallet design
See the following guides for best practices on building pallets using FRAME.
Weights
See the following guides for help with benchmarking and weight configurations.
Testing
See the following guides for help with testing pallets and runtime logic.
Storage migration
See the following guides for help with a storage migration.
Consensus models
See the following guides to implement consensus mechanisms in your runtimes.
Parachains
See the following guides for help working with Substrate parachains.
Tools
See the following guides for add-on tools that help you manage Substrate chains in production.
Offchain workers
See the following guides for help working with offchain data.
Last updated