Work with pallets
The Work with pallets tutorials focus on how you can customize the runtime using pallets, including how to add simple and complex pallets to the runtime and how to use pallets in combination with smart contracts. You'll learn how to:
- Add a pallet to the runtime introduces the common steps for adding a simple predefined pallet to the node template runtime.
- Configure the contracts pallet demonstrates how to configure a complex pallet to work with smart contracts.
- Use macros in a custom pallet illustrates how to create a custom pallet using macros.
- Specify the origin for a call demonstrates how you can specify the account to use as the originator of a function call.
