create-arckit-app
v0.1.0
Published
Scaffold a working ERC-8183 agent commerce app on Arc in one command
Maintainers
Readme
create-arckit-app
Scaffold a working ERC-8183 agent commerce app on Arc in one command.
Usage
npx create-arckit-app my-agent-app
cd my-agent-app
pnpm install
pnpm devYou're prompted to pick a template:
| Template | Includes |
|---|---|
| minimal | TypeScript + viem + arckit-sdk — single-script agent that creates and completes one ERC-8183 job |
| fullstack | Next.js frontend + Foundry contracts + arckit-sdk + working client + provider + evaluator triad on Arc testnet |
| agent-only | Python + arckit-sdk + LangChain — autonomous provider agent that listens for jobs and submits work |
License
MIT
