Files
pezkuwi-sdk/bizinikiwi/pezframe/examples/dev-mode
pezkuwichain bfc2cc5284 chore: update documentation URLs to use workspace setting
Replace all docs.rs documentation URLs with documentation.workspace = true
to inherit from the workspace's docs.pezkuwichain.io URL.
2025-12-27 17:56:39 +03:00
..

Dev Mode Example Pezpallet

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

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

Dev mode is not meant to be used in production.

License: MIT-0