vyper

Pythonic Smart Contract Language for the EVM

Github stars Tracking Chart

Build Status
Documentation Status
Join the chat at https://gitter.im/vyperlang/community

PyPI
Docker
Snapcraft

Coverage Status
Language grade: Python

Getting Started

See Installing Vyper to install vyper.
See Tools and Resources for an additional list of framework and tools with vyper support.
See Documentation for the documentation and overall design goals of the Vyper language.

Note: Vyper is beta software, use with care

Installation

See the Vyper documentation
for build instructions.

Compiling a contract

To compile a contract, use:

vyper your_file_name.vy

Alternative for GitHub syntax highlighting: Add a .gitattributes file with the line *.vy linguist-language=Python

There is also an online compiler available you can use to experiment with
the language and compile to bytecode and/or LLL.

Note: While the vyper version of the online compiler is updated on a regular basis it might
be a bit behind the latest version found in the master branch of this repository.

Testing (using pytest)

(Complete installation steps first.)

python setup.py test

Contributing

  • See Issues tab, and feel free to submit your own issues
  • Add PRs if you discover a solution to an existing issue
  • For further discussions and questions talk to us on gitter
  • For more information, see Contributing

Main metrics

Overview
Name With Ownervyperlang/vyper
Primary LanguagePython
Program languagePython (Language Count: 6)
Platform
License:Other
所有者活动
Created At2016-11-11 08:56:41
Pushed At2025-06-27 10:51:40
Last Commit At2025-06-27 12:51:40
Release Count78
Last Release Namev0.4.3 (Posted on )
First Release Namev0.0.4 (Posted on )
用户参与
Stargazers Count5.1k
Watchers Count153
Fork Count848
Commits Count6k
Has Issues Enabled
Issues Count1781
Issue Open Count446
Pull Requests Count2208
Pull Requests Open Count82
Pull Requests Close Count303
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private