translate_contract
Translate a smart contract between programming languages such as Solidity, Vyper, Move, and Rust/Anchor. Provide the source code and specify the source and target languages to get the converted contract.
Instructions
Translate a smart contract between languages (Solidity ↔ Vyper ↔ Move ↔ Anchor). Required: source_code, source_language, target_language. Async, Team tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_code | Yes | Source contract code. | |
| source_language | Yes | Source contract language. | |
| target_language | Yes | Target contract language. |