Building a FRAME Pallet
With our events, errors, and storage in place within our pallet, we can now move on to making it actionable. This module will focus on dispatchable functions and including other pallets into ours.
📄️ Creating dispatchable functions
Creating dispatchable functions for our pallet.
📄️ Writing unit tests for pallets
Learn how to unit test your pallet.
📄️ Using other pallets
Learn how coupling other pallets can extend your own pallet's functionality