Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion pages/app-developers/starter-kit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Here's a breakdown of what's under the hood:
Next, you need to clone and navigate to the repo:

```sh
git clone git@github.com:ethereum-optimism/superchainerc20-starter.git
git clone https://github.com/ethereum-optimism/superchainerc20-starter.git
cd superchainerc20-starter
```

Expand Down Expand Up @@ -72,6 +72,14 @@ Here's a breakdown of what's under the hood:
```sh
pnpm dev
```

<details>

<summary>Sanity check</summary>

Browse to [the console](http://localhost:5173/), mint some tokens and transfer them.

</details>
</Steps>

## Deploy SuperchainERC20s
Expand Down