Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roynalnaruto/svm-rs
Solidity-Compiler Version Manager
https://github.com/roynalnaruto/svm-rs
solidity version-manager
Last synced: 3 months ago
JSON representation
Solidity-Compiler Version Manager
- Host: GitHub
- URL: https://github.com/roynalnaruto/svm-rs
- Owner: alloy-rs
- License: apache-2.0
- Created: 2021-09-11T13:48:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T11:18:24.000Z (8 months ago)
- Last Synced: 2024-03-18T13:21:26.460Z (8 months ago)
- Topics: solidity, version-manager
- Language: Rust
- Homepage:
- Size: 384 KB
- Stars: 222
- Watchers: 8
- Forks: 33
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-rust-cn - svm-rs - Solidity-编译器版本管理器. (应用程序 Applications / 加密货币 Cryptocurrencies)
- awesome-version-managers - svm-rs - A Solidity compiler version manager made in Rust. (Version Managers / Solidity)
README
# Solidity Compiler Version Manager
[](https://crates.io/crates/svm-rs)
[](https://docs.rs/svm-rs/latest/svm_lib/)
[](https://github.com/roynalnaruto/svm-rs/actions?query=branch%3Amaster)This crate provides a cross-platform support for managing Solidity compiler versions.
## Install
From [crates.io](https://crates.io):
```sh
cargo install svm-rs
```Or from the repository:
```sh
cargo install --locked --git https://github.com/alloy-rs/svm-rs/
```## Usage
```sh
Solc version managerUsage: svm
Commands:
help Print this message or the help of the given subcommand(s)
install Install Solc versions
list List all Solc versions
remove Remove a Solc version, or "all" to remove all versions
use Set a Solc version as the global defaultOptions:
-h, --help Print help
-V, --version Print version
```