Workshop link: here.
This was created for the Substrate Workshop at ETH Denver 2022 and is based on Substrate's Kitties tutorial.
In this workshop, you'll learn how to build a custom Substrate blockchain that can create and manage Kitty NFTs.
To follow along for this workshop, you'll either need:
- To have your local environment set up with Rust and a compiled version of the Node Template. Follow the setup instructions.
- OR a GitHub account to use the Substrate Playground
- The basic patterns for building and running a Substrate node on your local machine.
- The basics of Rust as used in Substrate.
- How to write a custom FRAME Pallet which can create and manage NFTs.
- Create custom types.
- Manage custom storage.
- Write custom logic and callable functions.
- Integrate your new pallet into your Substrate runtime.
We have a lot to cover. So let's get right to it!
Acknowledgements: thank you to Shawn for the original tutorial, inspired by the crypto zombies tutorial.