vyperlang/vyper
Pythonic Smart Contract Language for the EVM observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 99
- Release rhythm 28
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 54.0
- age_days: 3582
- days_rel: 441
- days_push: 8
- n_releases_24m: 3
Adoption not part of the score
5180 stars · 915 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Vyper is a Pythonic smart contract language that compiles to Ethereum Virtual Machine (EVM) bytecode, emphasizing security, simplicity, and auditability. It ships as a Python-based compiler CLI that generates bytecode, ABI, and IR from .vy contract files.
Use cases
- write secure ethereum smart contracts in a python-like language
- compile vyper contracts to evm bytecode and abi
- alternative to solidity with built-in overflow and reentrancy protection
- audit-friendly smart contract development
- build erc20, erc721, and erc4626 tokens on ethereum
- learn smart contract development coming from python
When to choose
- you want pythonic syntax for ethereum contracts
- security and auditability matter more than feature richness
- you need bounds checking, reentrancy guards, and strong typing enforced by the compiler
- you prefer decidable gas costs and no inline assembly
When to avoid
- you need solidity's full feature set, modifiers, or inheritance
- you target non-EVM chains
- you require the largest ecosystem of tooling and community examples
- you want maximum language expressiveness over simplicity
Facets
cli-tool · maturity active
compiler programming-language security cli blockchain programming-languages compilers security developer-tools python cli cross-platform ethereum evm smart-contracts solidity-alternative web3 bytecode-compilation abi-generation cryptocurrency docker
4 sources
- readme: https://github.com/vyperlang/vyper · fetched 2026-08-28 · 9ede66623805
- homepage: https://vyperlang.org · fetched 2026-08-29 · bf6f5f2fb63a
- site_page: https://docs.vyperlang.org/en/latest · fetched 2026-08-29 · d68b61e0570a
- registry_pypi: https://pypi.org/pypi/vyper/json · fetched 2026-08-29 · 367ee2106e3c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vyperlang/vyper | main | 74 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem