The modern developer toolkit for building Bitcoin applications on Stacks.
`stacksdapp` is a comprehensive CLI designed to streamline the experience of building full-stack decentralized applications. It handles everything from project scaffolding to type-safe code generation and contract deployment.
```bash
cargo install stacksdapp
stacksdapp new my-app
cd my-app
stacksdapp dev