stacksdapp 0.1.4

The official stacksdapp CLI: A complete toolkit to scaffold, build, and deploy full-stack Bitcoin applications on Stacks.
1
2
3
4
5
6
7
8
9
10
11
12
# stacksdapp

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.

### Quick Start
```bash
cargo install stacksdapp
stacksdapp new my-app
cd my-app
stacksdapp dev