generate_intelligent_contract
Generate a GenLayer Intelligent Contract with custom requirements, LLM integration, and web data access for blockchain applications.
Instructions
Generate a comprehensive GenLayer Intelligent Contract with advanced features including LLM integration, web data access, and proper GenLayer syntax
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract_name | Yes | Name of the contract class (PascalCase recommended) | |
| requirements | Yes | Detailed description of what the contract should accomplish, including business logic and use cases | |
| use_llm | No | Include LLM interaction capabilities with proper equivalence principles | |
| web_access | No | Include web data access capabilities for real-time information | |
| storage_fields | No | Storage fields for the contract with GenLayer type mappings | |
| template_type | No | Use a predefined contract template for specific use cases | basic |