Add svm-rs dependency to getting started.

This commit is contained in:
TheArchitect108 2022-10-31 15:50:28 -05:00
parent 659ff280ac
commit 16c51ce374
No known key found for this signature in database
GPG key ID: 12AEB277C3861E66

View file

@ -38,6 +38,14 @@ solc-select install 0.8.16
solc-select use 0.8.16
```
### Install Solidity Compiler Version Manager
```
cargo install svm-rs
svm install 0.8.16
svm use 0.8.16
```
### Install foundry and anvil (for tests)
```