generate_contract_interaction_examples
Generate code examples for interacting with GenLayer contracts via CLI, JavaScript, and Python SDK, including read/write operations and error handling.
Instructions
Generate examples for reading from and writing to GenLayer contracts using various methods (CLI, GenLayerJS, Python SDK)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interaction_method | Yes | Method for interacting with contracts | |
| contract_type | No | Type of contract to interact with | simple_storage |
| example_operations | No | Specific operations to demonstrate | |
| include_error_handling | No | Include comprehensive error handling examples |