Custom FRAME Pallet
📄️ Adjusting Pallet Config & Runtime Overview
Learn how a pallet's configuration works and connects with the runtime.
📄️ lib.rs Structure Deepdive
Learn the structure of the pallet works, including how events, errors, and dispatchable functions fit together.
📄️ Creating storage maps
Define and create storage maps for our pallet.
📄️ Events & Errors
Define the necessary events and errors needed for our pallet