20 releases (major breaking)

17.0.0 Jun 24, 2024
16.0.0 May 23, 2024
15.0.0 May 1, 2024
14.0.0 Apr 8, 2024
0.1.0-dev.2 Jul 27, 2023

#86 in #section

27 downloads per month
Used in pallet-examples

MIT-0 license

1.5MB
31K SLoC

Basic Example For Splitting A Pallet

A simple example of a FRAME pallet demonstrating the ability to split sections across multiple files.

Note that this is purely experimental at this point.

Run cargo doc --package pallet-example-split --open to view this pallet's documentation.

License: MIT-0


lib.rs:

Split Example Pallet

This pallet serves as an example and is not meant to be used in production.

A FRAME pallet demonstrating the ability to split sections across multiple files.

Note that this is purely experimental at this point.

Dependencies

~18–32MB
~534K SLoC