Tutorial
Welcome to the Subjektify tutorials. These guides will help you quickly get up to speed with building decentralized applications (dApps) using Subjektify. Each tutorial focuses on a specific aspect of the development process, from setting up your environment to deploying your first dApp.
Use Case: Personal Tree
Our goal is to create a virtual tree that users can interact with. The tree will have states (e.g. dimensions, growth stages), behaviors (e.g. planting, watering), and a lifecycle.
📄️ 1. Creating a Namespace
In this tutorial, we'll walk you through creating a namespace for a personal tree application using Subjektify. This application will function like a Tamagotchi, where users can grow and nurture their virtual tree.
📄️ 2. Designing Subjects
In this tutorial, we will design the subjects for our personal tree application. We will define the states and behaviors that will dictate how our virtual tree grows and interacts with users.