generate_oracle
Generate Chainlink oracle integration code for Arbitrum dApps to implement price feeds, VRF, automation, or functions with optional Stylus and frontend components.
Instructions
Generate Chainlink oracle integration code for Arbitrum dApps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Description of the oracle functionality needed | |
| oracle_type | No | Type of Chainlink oracle to integrate | |
| network | No | Network to deploy on | arbitrumSepolia |
| include_stylus | No | Include Stylus (Rust) implementation if available | |
| include_frontend | No | Include frontend React hooks |