mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 05:17:58 +00:00
Adds example for dev_mode and updates doc (#13944)
* Adds example for dev_mode and updates doc * Addresses review comments * Update frame/examples/dev-mode/src/lib.rs Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com> * Addresses review comment --------- Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<!-- markdown-link-check-disable -->
|
||||
# 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
|
||||
Reference in New Issue
Block a user