mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Add svm-rs dependency to getting started.
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user