Vyper: the Pythonic Programming Language for the EVM
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file vyper-0.1.0b17.tar.gz
.
File metadata
- Download URL: vyper-0.1.0b17.tar.gz
- Upload date:
- Size: 123.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1956776a483ea0c4b4fd99a76766136183272986f649910b25d17909212eccad |
|
MD5 | 8816539f5fe559e5eb38ece72b672458 |
|
BLAKE2b-256 | e7ad255f7ba1c6b8982d6272a25bbf2c41c13216fa048df3e63c9b9109529df0 |
File details
Details for the file vyper-0.1.0b17-py3-none-any.whl
.
File metadata
- Download URL: vyper-0.1.0b17-py3-none-any.whl
- Upload date:
- Size: 153.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87ce8d6c45c0dd179b4ae074e393f334303f0e71862dfa6a22a2a55d77efc57f |
|
MD5 | fb2b15d39ec01a571f84ca0fca7e819e |
|
BLAKE2b-256 | 90635b06572d2b37c523112cc6f4fbd4fc40b2e251e2de6d488d3d98b6e73af5 |