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: about 2 months ago
JSON representation

Solidity-Compiler Version Manager

Lists

README

        

# Solidity Compiler Version Manager

[crates.io](https://crates.io/crates/svm-rs)
[docs.rs](https://docs.rs/svm-rs/latest/svm_lib/)
[build status](https://github.com/roynalnaruto/svm-rs/actions?query=branch%3Amaster)

### 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

- List available versions

```sh
svm list
```

- Install a version

```sh
svm install
```

- Use an installed version

```sh
svm use
```

- Remove an installed version

```sh
svm remove
```