#compiler #evm #crypto #vyper

vyper-rs

A Rust library to interact with the Vyper compiler!

4 releases (stable)

2.0.1 Feb 27, 2024
2.0.0 Feb 26, 2024
1.0.0 Oct 20, 2023
0.2.0 Oct 10, 2023

#2477 in Magic Beans

Download history 293/week @ 2024-02-25 15/week @ 2024-03-03 5/week @ 2024-03-10 65/week @ 2024-03-31

71 downloads per month

MIT license

64KB
1.5K SLoC

vyper-rs

A rust library to interact with the Vyper compiler!

cargo add vyper-rs

Dependencies

  1. Python3
  2. Vyper Compiler

To install Python, please check out the Python github

To install Vyper, please check out the official installation guide

The Vyper compiler can be installed inside a venv or globally using the venv module. Please refer to the docmentation if this is preferred.

Documentation

Check out the docs on docs.rs!

Contributions

We welcome contributors looking to improve the codebase through PRs and issues! Please reach out to @crypdoughdoteth on Twitter if there are any questions.


lib.rs:

This is the documentation for the Vyper-rs crate. Vyper-rs is a library to interact with the vyper compiler and manage versions with a venv. Our goal is to connect Vyper with the robust tooling and infrastructure for the Solidity ecosystem written in Rust and become the standard compiler interface.

Dependencies

~2.7–4.5MB
~81K SLoC