Problem
No zero-to-running scaffold command exists. Compare: npx create-next-app, npx workflow@latest — one command to a working app. There's no equivalent npx foc-cli create-app my-foc-app.
Details
- Agents building Filecoin storage dApps must manually wire up Next.js + Synapse SDK + wallet connection + upload flow
- A scaffold command would be the single biggest accelerator for agents building dApps
- Could include: Next.js project, Synapse SDK integration, wallet connection (MetaMask), working upload page, proper
.env setup
Ask
Consider one of:
npx foc-cli create-app my-foc-app — scaffold a working dApp project
- A Vercel template (one-click deploy + fork)
- Or both — template for humans, CLI for agents
Problem
No zero-to-running scaffold command exists. Compare:
npx create-next-app,npx workflow@latest— one command to a working app. There's no equivalentnpx foc-cli create-app my-foc-app.Details
.envsetupAsk
Consider one of:
npx foc-cli create-app my-foc-app— scaffold a working dApp project