diff --git a/pages/app-developers/starter-kit.mdx b/pages/app-developers/starter-kit.mdx index be9be6ca9..79e1b871e 100644 --- a/pages/app-developers/starter-kit.mdx +++ b/pages/app-developers/starter-kit.mdx @@ -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 ``` @@ -72,6 +72,14 @@ Here's a breakdown of what's under the hood: ```sh pnpm dev ``` + +
+ + Sanity check + + Browse to [the console](http://localhost:5173/), mint some tokens and transfer them. + +
## Deploy SuperchainERC20s