orchestrate_dapp
Scaffold a template-based dApp monorepo with starter components including smart contracts, backend, frontend, indexer, and oracle for the Arbitrum ecosystem.
Instructions
Scaffold a template-based dApp monorepo with starter components (contract, backend, frontend, indexer, oracle).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Description of the dApp to generate | |
| components | No | Components to generate (default: contract, backend, frontend) | |
| network | No | Target network | arbitrumSepolia |
| backend_framework | No | Backend framework to use | nestjs |
| contract_type | No | Type of smart contract | custom |
| include_tests | No | Include test files for all components |