/svm-rs

Solidity-Compiler Version Manager

Primary LanguageRustApache License 2.0Apache-2.0

Solidity Compiler Version Manager

crates.io docs.rs build status

Install

From crates.io:

cargo install svm-rs

Or from the repository:

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

Usage

  • List available versions
svm list
  • Install a version
svm install <version>
  • Use an installed version
svm use <version>
  • Remove an installed version
svm remove <version>