Files
pezkuwi-subxt/substrate/frame/examples/dev-mode
Serban Iorga 8e95a3e1aa Align dependencies with parity-bridges-common (#3937)
Working towards migrating the `parity-bridges-common` repo inside
`polkadot-sdk`. This PR upgrades some dependencies in order to align
them with the versions used in `parity-bridges-common`

Related to
https://github.com/paritytech/parity-bridges-common/issues/2538
2024-04-02 13:41:01 +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