Overview
The "Quickstart" section is designed to help new community members start developing on Klave using standard tools for trustless apps development. The goal is to provide an easy guide to follow with step-by-step instructions.
Topics covered:
- Setting up a development Environment
- Compiling and Deploying a trustless applications
- Interacting with applications on Klave
What won't be covered:
- An in-depth guide to developing trustless applications
- Klave's architecture
Prerequisites
Trustless applications are developed in AssemblyScript and compiled in WebAssembly. Node.js and Git needs to be installed beforehand to be able to use the sdk. For a smoother experience the GitHub CLI can be used. The Klave SDK package provides the simplest, quickest, and easiest way to create a new trustless applications using typescript.