generate_backend
Generate TypeScript backend code for Arbitrum dApps using NestJS or Express frameworks with viem integration for blockchain interaction.
Instructions
Generate TypeScript backend code for Arbitrum dApps. Supports NestJS and Express with viem integration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Description of the backend functionality needed | |
| framework | No | Backend framework to use | nestjs |
| template | No | Specific template to use (auto-selected if not provided) | |
| contract_abi | No | Contract ABI JSON string (optional) | |
| contract_address | No | Contract address to integrate with | |
| include_tests | No | Include test files |