Overview
Guides cover tasks that apply across more than one way of building on Autonomi — setting up a local network, preparing a wallet, handling payments, building read-only features, testing, and deploying.
If you are looking for tasks that are specific to one interface, look inside that interface's section instead:
SDK-specific task guides live under SDK.
MCP-specific task guides live under MCP.
Rust-specific task guides live under Developing in Rust.
CLI task recipes are still limited. Start with Using the Autonomi CLI and the CLI Command Reference.
What is here
Set Up a Local Network — run a local Autonomi network for development and testing.
Prepare a Wallet for Uploads — create and fund a wallet so your application can pay for uploads.
Estimate Costs and Handle Upload Payments — understand upload pricing and wire payment handling into your code.
Build Read-Only Features — retrieve public data without needing to upload or pay.
Test Your Application — strategies for testing code that reads from and writes to the network.
Deploy to Mainnet — move from local network and testing to the production Autonomi network.
Each page calls out which interfaces it applies to and links to the interface-specific equivalent where one exists.
If you are still deciding how to build
Start with What is Autonomi? for a short introduction to the network and a chooser across the four interfaces.
Next steps
Last updated