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 |
#58 in #evm
102 downloads per month
68KB
1.5K
SLoC
vyper-rs
A rust library to interact with the Vyper compiler!
cargo add vyper-rs
Dependencies
- Python3
- 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–9MB
~81K SLoC