supersim
Version:
Supersim is a lightweight tool to simulate the Superchain locally
22 lines (16 loc) • 357 B
Markdown
# Supersim
Supersim is a lightweight tool to simulate the Superchain locally (with a single L1 and multiple OP-Stack L2s).
For more detailed documentation please refer to the [supersim repo](https://github.com/ethereum-optimism/supersim)
# Installation
**npm**
```
npx supersim
```
**pnpm**
```
pnpm dlx supersim
```
**yarn**
```
yarn dlx supersim
```