stacksdapp new <name> | Scaffold a new monorepo |
stacksdapp init | Adopt an existing Clarinet project (guide) |
stacksdapp upgrade | Refresh deps and regenerate bindings (guide) |
stacksdapp doctor | Check Rust, Node, Clarinet 3.21+, Docker, git |
stacksdapp add <name> | Add a blank Clarity contract |
stacksdapp add <name> --template sip010 | SIP-010 fungible token |
stacksdapp add <name> --template sip009 | SIP-009 NFT |
stacksdapp generate | Regenerate TypeScript bindings (guide) |
stacksdapp generate --watch | Regenerate on .clar changes |
stacksdapp test | Contract and frontend tests (guide) |
stacksdapp check | Type-check Clarity contracts |
stacksdapp clean | Remove generated files and devnet state |
stacksdapp dev | Local devnet + frontend + watcher (guide) |
stacksdapp dev --auto-deploy | Devnet and deploy once the chain is ready |
stacksdapp dev --network testnet | Frontend against testnet |
stacksdapp dev --network mainnet | Frontend against mainnet |
stacksdapp deploy --network <net> | Deploy contracts (devnet, testnet, mainnet) |
stacksdapp deploy --network testnet --contract <name> | Deploy one contract |
stacksdapp deploy --network testnet --dry-run | Plan and fee estimate, no broadcast |