You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
There is also an online compiler available you can use to experiment with
the language and compile to bytecode and/or IR.
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.
Install hevm by downloading it from the releases page (https://github.com/ethereum/hevm/releases/latest) and making sure it is in your PATH. hevm tests can be enabled with --hevm flag, and hevm tests can be selected with the -m hevm marker. For instance, ./quicktest.sh -m "hevm" --hevm.
Developing (working on the compiler)
A useful script to have in your PATH is something like the following:
To get a call graph from a python profile, pip install gprof2dot and xdot, and run it like gprof2dot -f pstats stats | xdot -. (See https://stackoverflow.com/a/23164271/).
The utility timer functions timeit, profileit and cumtimeit are available in vyper/utils.py.
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, post in Discussions or talk to us on Discord