Skip to content

Solidity-Compiler Version Manager

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

alloy-rs/svm-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

784eda3 · Apr 9, 2025
Jan 17, 2025
Jan 17, 2025
Apr 9, 2025
Dec 17, 2021
Feb 12, 2022
Apr 9, 2025
Apr 9, 2025
Sep 14, 2021
Sep 14, 2021
Mar 18, 2024
Dec 20, 2024
Jan 23, 2024

Repository files navigation

Solidity Compiler Version Manager

crates.io docs.rs build status

This crate provides a cross-platform support for managing Solidity compiler versions.

Install

From crates.io:

cargo install svm-rs

Or from the repository:

cargo install --locked --git https://github.com/alloy-rs/svm-rs/

Usage

Solc version manager

Usage: svm <COMMAND>

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 default

Options:
  -h, --help     Print help
  -V, --version  Print version