Skip to content

Commit 02a18c7

Browse files
authored
Merge pull request #1460 from ethereum-optimism/new-supersim-branch
New supersim branch
2 parents 2d3f753 + d4daf8b commit 02a18c7

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

pages/app-developers/tutorials/supersim/getting-started/installation.mdx

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,34 +21,37 @@ This page provides installation instructions for `supersim`.
2121
<Steps>
2222
### Prerequisites: `foundry`
2323

24-
`supersim` requires `anvil` to be installed.
24+
`supersim` requires `anvil`, which is installed alongside the Foundry toolchain.
2525

2626
Follow the [Foundry toolchain](https://book.getfoundry.sh/getting-started/installation) guide for detailed instructions.
2727

2828
### Install `supersim`
29+
Either download precompiled binaries or install using Homebrew:
2930

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).
3132

32-
* Get Homebrew (OS X, Linux).
33+
* Homebrew: Install [Homebrew](https://brew.sh/) (OS X, Linux), and then run:
3334

3435
```sh
3536
brew tap ethereum-optimism/tap
3637
brew install supersim
3738
```
3839

3940
### Start `supersim` in vanilla mode
41+
Start `supersim` in vanilla mode by running:
4042

41-
```sh
43+
```sh
4244
supersim
4345
```
44-
4546
Vanilla mode will start 3 chains, with the OP Stack contracts already deployed.
47+
48+
* (1) L1 Chain
49+
* Chain 900
50+
* (2) L2 Chains
51+
* Chain 901
52+
* Chain 902
53+
4654

47-
* (1) L1 Chain
48-
* Chain 900
49-
* (2) L2 Chains
50-
* Chain 901
51-
* Chain 902
5255
</Steps>
5356

5457
## Next steps

0 commit comments

Comments
 (0)