Skip to content

Explicit State Transitions Feature for the Vyper Programming language

License

Notifications You must be signed in to change notification settings

NicoSerranoP/vyper

Repository files navigation

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:

  1. Clone the repository
  2. install all dependencies following the instructions in installing-vyper
  3. Write a contract in the examples directory
  4. Compile the contract using the nicoMain.py script
  5. Install the Ethereum Virtual Machine Aleth
  6. Interact with the EVM using the aleth-vm command
  7. For more instructions check the comments in nicoMain.py

Build Status Documentation Status Join the chat at https://gitter.im/vyperlang/community

PyPI Docker

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

About

Explicit State Transitions Feature for the Vyper Programming language

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages