create-aleo-skills-app
v0.1.0
Published
Scaffold an Aleo privacy-preserving dApp
Maintainers
Readme
create-aleo-app
The official scaffolding tool for the Aleo Skills Suite.
create-aleo-app generates a complete, production-ready Aleo dApp skeleton that is pre-configured with zero-knowledge smart contracts (Leo), a Next.js front-end, a custom Postgres indexer, and the complete Aleo Skills Suite injected for AI coding agents.
Quick Start
Generate a new Aleo project instantly:
npx create-aleo-skills-app my-first-aleo-dappWhat's Included?
Your newly scaffolded project will contain:
program/: A ready-to-compile Aleo smart contract written in Leo.web/: A Next.js frontend pre-wired with TailwindCSS and the Leo Wallet Adapter.indexer/: A custom Postgres polling indexer to sync your private application state off-chain..claude/skills/: The complete Aleo Skills Suite, ensuring your AI agents (like Claude Code) know exactly how to write, deploy, and index Aleo programs without hallucinating EVM patterns.
Development Workflow
Build the Contract:
cd my-first-aleo-dapp/program leo buildRun the Frontend:
cd my-first-aleo-dapp/web npm run devRun the Indexer:
cd my-first-aleo-dapp/indexer node src/indexer.js
License
MIT
