/substrate-collectables-workshop

Build a collectables chain with Substrate.

Primary LanguageHTMLMIT LicenseMIT

Welcome to Substrate Collectables Workshop!

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:

What You'll Learn

  • 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!

qr-code

substrate

Acknowledgements: thank you to Shawn for the original tutorial, inspired by the crypto zombies tutorial.