create-cavos-app
v0.1.4
Published
Scaffold a new Starknet app with Cavos invisible wallets
Readme
create-cavos-app
Scaffold a new Starknet application with Cavos invisible wallets in seconds.
Quickstart
npx create-cavos-app@latest my-starknet-appWhat's included?
- Next.js 16 (App Router)
- @cavos/react (Cavos SDK)
- Starknet.js
- Tailwind CSS v4
- TypeScript
Prerequisites
- Create an application at cavos.xyz to get your App ID.
- Node.js 18.0.0 or later.
Usage
When you run the command, it will interactively ask for:
- Project Name: The directory where your app will be created.
- Cavos App ID: This will be automatically saved to your
.env.localfile.
Once finished, simply run:
cd my-starknet-app
npm run devWhy Cavos?
Cavos provides verifiable, MPC-free embedded wallets for humans and AI agents on Starknet. No seed phrases, no extensions, no black boxes. Just mathematical sovereignty.
Built by Cavos Labs.
