Files
pezkuwi-subxt/substrate/frame/examples/dev-mode
Juan 34b2a56af1 Soft deprecate GenesisConfig (#14210)
* soft deprecate genesisconfig

* temporarily add a deprecation attr

* update tests

* update mocks

* update genesis config

* update genesis config

* update genesis config

* update genesis config

* remove deprecation warning

* update deprecation comment

---------

Co-authored-by: parity-processbot <>
2023-05-26 09:42:47 +00:00
..
2023-05-26 09:42:47 +00:00

Dev Mode Example Pallet

A simple example of a FRAME pallet demonstrating the ease of requirements for a pallet in dev mode.

Run cargo doc --package pallet-dev-mode --open to view this pallet's documentation.

Dev mode is not meant to be used in production.

License: MIT-0