Vibeset

Vyper

Vyper is a smart-contract language for Ethereum, an alternative to Solidity. With Python-like syntax, it prioritizes security and auditability over flexibility, removing features that commonly cause vulnerabilities.

Para qué se usa

A favor

En contra

Ecosistema

Ejemplo

@external
def saludo() -> String[20]:
    return "¡Hola, mundo!"