Back to Developer Roadmap

Vyper

src/data/roadmaps/blockchain/content/vyper@jgHa_LeCac0pl6dSADizF.md

4.0953 B
Original Source

Vyper

Vyper is a contract-oriented, Pythonic programming language that targets the Ethereum Virtual Machine (EVM). It's designed with security as a primary focus, aiming to make it harder to write insecure smart contracts. Vyper achieves this through features like limited mutability, no modifiers, and mandatory bounds checking.

Visit the following resources to learn more: