Generate Contract Playbook
genlayer_generate_contract_playbookGenerate a deployment and interaction playbook for GenLayer contracts, using contract code or address to produce a schema-aware guide.
Instructions
Generate a schema-aware deployment and interaction playbook for a GenLayer contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Base64-encoded contract code to inspect directly. | |
| address | No | Deployed contract address to target. | |
| contractPath | No | Optional local or repo-relative contract path. |