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.