Quick start
Scaffold with npx, install dependencies, and verify with doctor on testnet. Pin @next or an exact version for reproducible installs.
Full guide
From init to wallet-ready browser client — git-driven, npm-first, no mandatory registry.
npx caatinga@next init my-dapp
cd my-dapp && npm install
npx caatinga doctor --network testnet --source aliceAlpha software
Caatinga is pre-1.0. Formats and APIs may change. Install with npx caatinga@next or pin an exact version.
Recommended path for new users: From Zero to Testnet — scaffold, deploy, and invoke a counter on testnet.
Stuck? Run caatinga doctor and check Errors for CAATINGA_* codes.