Abstract SDK - How to get started
This tutorial will walk you through the process of setting up your development environment, creating an App Module, and deploying your first app to our on-chain registry with cw-orchestrator.
Prerequisites
-
A minimal understanding of Rust is expected. If you are new to Rust, you can find a great introduction to the language in the The Rust Book.
-
The Abstract SDK is built using the CosmWasm smart-contract framework. If you are new to CosmWasm, you can find a great introduction to the framework in the CosmWasm Book.
-
Abstract also makes extensive use of cw-orchestrator, our CosmWasm scripting library. You can read its documentation here.
Why and How to Build on Abstract by Howard
Learn about the different components of Abstract and what it means to build applications on a chain-agnostic framework.