8000 GitHub - ozmium22/ape-vyper: Vyper compiler plugin for Ape, using VVM
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ozmium22/ape-vyper

 
 

Repository files navigation

Ape Vyper

Ape compiler plugin around VVM

Dependencies

  • python3 version 3.7.2 or greater, python3-dev

Installation

via pip

You can install the latest release via pip:

pip install ape-vyper

via setuptools

You can clone the repository and use setuptools for the most up-to-date version:

git clone https://github.com/ApeWorX/ape-vyper.git
cd ape-vyper
python3 setup.py install

Quick Usage

First, place Vyper contract source files (files with extension .vy) in your Ape project's contracts folder. An example Vyper contract can be found here. Then, from your root Ape project folder, run the command:

ape compile

The .vy files in your project will compile into ContractTypes that you can deploy and interact with in Ape.

Development

Please see the contributing guide to learn more how to contribute to this project. Comments, questions, criticisms and pull requests are welcomed.

License

This project is licensed under the Apache 2.0.

About

Vyper compiler plugin for Ape, using VVM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.2%
  • Vyper 1.8%
0