pallet-examples 0.1.0-dev.6

The single package with various examples for frame pallets
docs.rs failed to build pallet-examples-0.1.0-dev.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: pallet-examples-7.0.0

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 implement Config 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.