Vyper Programming Language for Ethereum
Project description
|Build Status| |Documentation Status| |Coverage Status| |PyPI| |Docker| |Snapcraft| |Join the chat at https://gitter.im/ethereum/vyper|
Getting Started
| See Installing Vyper <http://vyper.readthedocs.io/en/latest/installing-vyper.html>
__
to install vyper.
| See Tools and Resources <https://github.com/ethereum/vyper/wiki/Vyper-tools-and-resources>
__
for an additional list of framework and tools with vyper support. See
Documentation <http://vyper.readthedocs.io/en/latest/index.html>
__
for the documentation and overall design goals of the Vyper language.
Note: Vyper is beta software, use with care
Installation
See the Vyper documentation <https://vyper.readthedocs.io/en/latest/installing-vyper.html>
__
for build instructions.
Compiling a contract
To compile a contract, use:
.. code:: bash
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 <https://vyper.online/>
__ 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)
.. code:: bash
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 <https://gitter.im/ethereum/vyper>
__ - For more information, see
Contributing <http://vyper.readthedocs.io/en/latest/contributing.html>
__
.. |Build Status| image:: https://circleci.com/gh/ethereum/vyper.svg?style=shield :target: https://circleci.com/gh/ethereum/vyper .. |Documentation Status| image:: https://readthedocs.org/projects/vyper/badge/?version=latest :target: http://vyper.readthedocs.io/en/latest/?badge=latest .. |Coverage Status| image:: https://coveralls.io/repos/github/ethereum/vyper/badge.svg?branch=master :target: https://coveralls.io/github/ethereum/vyper?branch=master .. |PyPI| image:: https://badge.fury.io/py/vyper.svg :target: https://pypi-hypernode.com/project/vyper .. |Docker| image:: https://images.microbadger.com/badges/version/ethereum/vyper.svg :target: https://hub.docker.com/r/ethereum/vyper .. |Snapcraft| image:: https://snapcraft.io/vyper/badge.svg :target: https://snapcraft.io/vyper .. |Join the chat at https://gitter.im/ethereum/vyper| image:: https://badges.gitter.im/ethereum/vyper.svg :target: https://gitter.im/ethereum/vyper?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
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.0b13.tar.gz
.
File metadata
- Download URL: vyper-0.1.0b13.tar.gz
- Upload date:
- Size: 108.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0527d188b9e84020da1f9f66d9d06b756c6cef5e0e395ea30e584fdba94c959 |
|
MD5 | f0f8e2d5b4537703652e949f04eed564 |
|
BLAKE2b-256 | 0efa1ea4dad06df87eecdc59f467e0006ec5969791dc2d3fd1e97a89e2a8aadf |
File details
Details for the file vyper-0.1.0b13-py3-none-any.whl
.
File metadata
- Download URL: vyper-0.1.0b13-py3-none-any.whl
- Upload date:
- Size: 133.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb14a3f49cc02cf93b22d8d74dc7e4196cbff6e637366ebdeb1087b085d45f97 |
|
MD5 | 55ced252eea47404c6f861c69761c975 |
|
BLAKE2b-256 | 0b49eeff25137a05240bffb176e9577ea3b7407cec08ae10881c15574c46438f |