mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 01:47:55 +00:00
e42768ea34
* Removes call_index * Adds UI test and updates doc * Update frame/examples/dev-mode/src/lib.rs Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update frame/examples/dev-mode/src/lib.rs Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
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