You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/app-developers/tutorials/supersim/getting-started/installation.mdx
+13-10Lines changed: 13 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,34 +21,37 @@ This page provides installation instructions for `supersim`.
21
21
<Steps>
22
22
### Prerequisites: `foundry`
23
23
24
-
`supersim` requires `anvil` to be installed.
24
+
`supersim` requires `anvil`, which is installed alongside the Foundry toolchain.
25
25
26
26
Follow the [Foundry toolchain](https://book.getfoundry.sh/getting-started/installation) guide for detailed instructions.
27
27
28
28
### Install `supersim`
29
+
Either download precompiled binaries or install using Homebrew:
29
30
30
-
*Get the precompiled binaries by downloading the executable for your platform from the [GitHub releases page](https://github.com/ethereum-optimism/supersim/releases).
31
+
*Precompiled binaries: Download the executable for your platform from the [GitHub releases page](https://github.com/ethereum-optimism/supersim/releases).
31
32
32
-
*Get Homebrew (OS X, Linux).
33
+
*Homebrew: Install [Homebrew](https://brew.sh/) (OS X, Linux), and then run:
33
34
34
35
```sh
35
36
brew tap ethereum-optimism/tap
36
37
brew install supersim
37
38
```
38
39
39
40
### Start `supersim` in vanilla mode
41
+
Start `supersim` in vanilla mode by running:
40
42
41
-
```sh
43
+
```sh
42
44
supersim
43
45
```
44
-
45
46
Vanilla mode will start 3 chains, with the OP Stack contracts already deployed.
0 commit comments