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 store with cw-orchestator.
If you want to learn more about Abstract before writing code you can check out the About Abstract section of our documentation.
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.