generate_project_boilerplate
Generate a GenLayer project structure with contracts, tests, deployment scripts, and optional frontend. Choose from project types like DAO, prediction market, or DeFi.
Instructions
Generate a complete GenLayer project structure with contracts, tests, deployment scripts, and frontend integration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | Yes | Name of the project | |
| project_type | No | Type of project to generate | basic_contract |
| include_frontend | No | Include frontend application with GenLayerJS | |
| frontend_framework | No | Frontend framework (if frontend included) | react |
| include_tests | No | Include comprehensive test suite | |
| include_deployment | No | Include deployment scripts and configuration | |
| package_manager | No | Package manager to use | npm |