Plugin for Ape Ethereum Framework for compiling Vyper contracts
Project description
Ape Vyper
Ape compiler plugin around VVM
Dependencies
- python3 version 3.7 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
In your project, make sure you have a contracts/
directory containing Vyper files (.vy
).
Then, while this plugin is installed, compile your contracts:
ape compile
The byte-code and ABI for your contracts should now exist in a __local__.json
file in a .build/
directory.
Development
This project is in early development and should be considered an alpha. Things might not work, breaking changes are likely. Comments, questions, criticisms and pull requests are welcomed.
License
This project is licensed under the Apache 2.0.
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 ape-vyper-0.1.0a8.tar.gz
.
File metadata
- Download URL: ape-vyper-0.1.0a8.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 087528831c18b31af0ad41920a88daf381f040fed3d6d5f149760ffebf4eb4fe |
|
MD5 | 2a0ed9c966603aabb6f41edebf2f9d35 |
|
BLAKE2b-256 | 87fd9b6d61d91364742f97dbba5fc386684f7d8386048e72dd8c2c7283d590aa |
File details
Details for the file ape_vyper-0.1.0a8-py3-none-any.whl
.
File metadata
- Download URL: ape_vyper-0.1.0a8-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 266d019ed6b50ead9ee7d43be2c0381a8b883506cdad238193d253cf73665f5f |
|
MD5 | e66c1444268ef56ea34ddf7f99d74d57 |
|
BLAKE2b-256 | d2b1e4bcbdf0ec58385839bd6c9df5d39993130415e2339df381831618da1b2b |