Building for Production
In the quickstart, you built a simple but functional module. Now we'll walk you
through the structure of a module in much more detail, taking the ValueSetter
as our example. In this section, we'll explain how to take better advantage of
many SDK features:
- Events: The primary mechanism for communicating with off-chain systems.
- Testing: Using the SDK's powerful testing framework to ensure correctness.
- Wallets and Accounts: A closer look at how users can interact with your applications.
- Advanced Features: Exploring powerful tools like hooks, custom APIs, and configurable delays.
- Performance Optimizations: How to ensure your module is efficient and scalable.
- Prebuilt Modules: How to leverage the ecosystem of existing modules to accelerate your development.
Let's begin.