Crate pallet_examples
source ·Expand description
FRAME Pallet Examples
This crate contains examples of FRAME pallets. It is not intended to be used in production.
Pallets
-
pallet_example_basic
: A simple example of a FRAME pallet demonstrating concepts, APIs and structures common to most FRAME runtimes. -
pallet_example_offchain_worker
: A simple example of a FRAME pallet demonstrating concepts, APIs and structures common to most offchain workers. -
pallet-default-config-example
: A simple example of a FRAME pallet demonstrating the simpler way to implementConfig
trait of pallets. -
pallet-dev-mode
: A simple example of a FRAME pallet demonstrating the ease of requirements for a pallet in dev mode. -
pallet-example-kitchensink
: A simple example of a FRAME pallet demonstrating a catalog of the the FRAME macros and their various syntax options. -
pallet-example-split
: A simple example of a FRAME pallet demonstrating the ability to split sections across multiple files.