mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 12:09:37 +00:00
Add svm-rs dependency to getting started.
This commit is contained in:
parent
659ff280ac
commit
16c51ce374
1 changed files with 8 additions and 0 deletions
|
@ -38,6 +38,14 @@ solc-select install 0.8.16
|
||||||
solc-select use 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)
|
### Install foundry and anvil (for tests)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue