This is not the real Vyper Repository. To check the Vyper repository go to: https://github.com/vyperlang/vyper
To use this language you need to follow these instructions:
- Clone the repository
- install all dependencies following the instructions in installing-vyper
- Write a contract in the examples directory
- Compile the contract using the nicoMain.py script
- Install the Ethereum Virtual Machine Aleth
- Interact with the EVM using the
aleth-vm
command - For more instructions check the comments in nicoMain.py
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
See the Vyper documentation for build instructions.
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.
(Complete installation steps first.)
python setup.py test
- 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