stacksdapp-codegen 0.2.0

TypeScript code generation engine for Stacks dApps, using Tera templates to create type-safe contract hooks.
Documentation
1
2
3
4
5
6
7
8
9
10
# stacksdapp-codegen

The TypeScript code generation engine for Stacks development.

This crate transforms Clarity ABIs into type-safe TypeScript code. It utilizes Tera templates to generate hooks and contract definitions, ensuring your frontend stays in sync with your smart contracts.

### Features
* **Type Safety:** Automatically maps Clarity types to TypeScript equivalents.
* **Tera Templates:** Flexible and customizable code generation.
* **Frontend Sync:** Generates ready-to-use hooks for React and Next.js.