compile_teal
Compile TEAL source code for Algorand smart contracts to execute on the blockchain network.
Instructions
Compile TEAL source code
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Logic that executes when the app is called (compiled TEAL as base64) | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |