vyper

Pythonic Smart Contract Language for the EVM

Github星跟踪图

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

主要指标

概览
名称与所有者vyperlang/vyper
主编程语言Python
编程语言Python (语言数: 6)
平台
许可证Other
所有者活动
创建于2016-11-11 08:56:41
推送于2025-10-16 15:08:47
最后一次提交2025-10-17 02:08:47
发布数78
最新版本名称v0.4.3 (发布于 )
第一版名称v0.0.4 (发布于 )
用户参与
星数5.1k
关注者数152
派生数866
提交数6k
已启用问题?
问题数1801
打开的问题数461
拉请求数2229
打开的拉请求数88
关闭的拉请求数305
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?