Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alloy-rs/svm-rs
Solidity-Compiler Version Manager
https://github.com/alloy-rs/svm-rs
solidity version-manager
Last synced: 5 days ago
JSON representation
Solidity-Compiler Version Manager
- Host: GitHub
- URL: https://github.com/alloy-rs/svm-rs
- Owner: alloy-rs
- License: apache-2.0
- Created: 2021-09-11T13:48:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T15:28:59.000Z (25 days ago)
- Last Synced: 2025-01-08T21:09:22.906Z (6 days ago)
- Topics: solidity, version-manager
- Language: Rust
- Homepage:
- Size: 415 KB
- Stars: 259
- Watchers: 9
- Forks: 38
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-rust - svm-rs - Solidity-Compiler Version Manager. (Applications / Blockchain)
- awesome-rust - svm-rs - Solidity-Compiler Version Manager. (Applications / Blockchain)
- fucking-awesome-rust - svm-rs - Solidity-Compiler Version Manager. (Applications / Blockchain)
- fucking-awesome-rust - svm-rs - Solidity-Compiler Version Manager. (Applications / Blockchain)
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
```