Tutorials

MUD tutorials

These tutorials teach you how to do various things with MUD.

Modifying the template

These tutorials teach you how to make various changes to the application template (opens in a new tab). This is an easy way to learn how to modify MUD functionality in various ways.

  • Add a table: In this tutorial you add a table to preserve counter history, and learn how to lookup information using a key.
  • Add a system: In this tutorial you add a system to decrement the counter and update the application to use it.
  • Deploy to a blockchain: In this tutorial you deploy the application to a public blockchain, either the Lattice test blockchain or a general purpose one.

Walkthrough

These tutorials are deep dives into various sections of code.

Emojimon

This tutorial is a complete game, explaining how to create the data model, systems to manipulate it onchain, and then user interface.