Overview
The "Getting Started" section is to help new community members start developing on Klave Network 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 the Klave Network
What won't be covered:
- An in-depth guide to developing trustless applications
- Klave Network architecture
Prerequisites
Trustless applications are developed in [TypeScript] and compiled in [WebAssembly]. [nodejs] needs to be installed beforehand to be able to use the sdk. The [Klave sdk package] provides the simplest, quickest, and easiest way to create a new trustless applications using typescript.