generate_verification_code
Generate working verification code for Self protocol components including frontend QR, backend verification, and smart contracts in TypeScript, JavaScript, or Solidity.
Instructions
Generate ready-to-use Self verification code for different components.
Args: component: Which part to generate - 'frontend-qr', 'backend-verify', or 'smart-contract' language: Programming language - 'typescript', 'javascript', or 'solidity'
Returns: Complete, working code example with comments
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component | Yes | ||
| language | No | typescript |