1
Install the CLI
2
Scaffold a project
stacksdapp.toml, and a bundled agent skill.Skip git init with stacksdapp new my-app --no-git.3
Get testnet STX
- Open the Hiro testnet faucet
- Add your deployer mnemonic to
contracts/settings/Testnet.toml:
4
Deploy to testnet
frontend/src/generated/deployments.json.5
Start the frontend
You now have a live Stacks dApp on testnet. Use the debug UI to interact with your contracts.
Next steps
Edit contracts
Modify Clarity contracts and see live updates.
Code generation
Bindings, hooks, watch mode, and ABI cache.
Run tests
Test contracts and frontend.
Local devnet
Docker chain with
dev --auto-deploy.