| Crates.io | svm-rs |
| lib.rs | svm-rs |
| version | 0.5.19 |
| created_at | 2021-09-14 08:07:20.029955+00 |
| updated_at | 2025-08-13 10:42:50.801135+00 |
| description | Solidity compiler version manager |
| homepage | https://github.com/alloy-rs/svm-rs |
| repository | https://github.com/alloy-rs/svm-rs |
| max_upload_size | |
| id | 451096 |
| size | 136,481 |
This crate provides a cross-platform support for managing Solidity compiler versions.
With cargo-binstall:
cargo binstall svm-rs
From crates.io:
cargo install svm-rs
Or from the repository:
cargo install --locked --git https://github.com/alloy-rs/svm-rs/
Solc version manager
Usage: svm <COMMAND>
Commands:
help Print this message or the help of the given subcommand(s)
install Install Solc versions [aliases: i]
list List all Solc versions [aliases: ls]
remove Remove a Solc version, or "all" to remove all versions [aliases: rm]
use Set a Solc version as the global default
which Display which binary will be run for a given version
Options:
-h, --help Print help
-V, --version Print version