Skip to content

Commit ec2c2b0

Browse files
authored
Merge pull request #1098 from ethereum-optimism/zainbacchus-patch-3
Add ref to SuperchainERC20 starter kit
2 parents 2fffba2 + e8c9f5c commit ec2c2b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pages/stack/interop/assets/deploy-superchain-erc20.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Note that bridging assets through the Superchain using `SuperchainERC20` never a
2727
* `Create2Deployer`: A smart contract that enables deploying contracts with predictable addresses.
2828
* `OptimismSuperchainERC20Factory`: A factory contract designed for L1-native tokens to ensure uniform deployments across chains.
2929

30-
There are [many ways to do this](https://github.com/Arachnid/deterministic-deployment-proxy), but [here's an example smart contract to start](https://github.com/ethereum-optimism/superchainerc20-starter/blob/main/packages/contracts/src/L2NativeSuperchainERC20.sol)
30+
There are [many ways to do this](https://github.com/Arachnid/deterministic-deployment-proxy), but [here's an example smart contract to start](https://github.com/ethereum-optimism/superchainerc20-starter/blob/main/packages/contracts/src/L2NativeSuperchainERC20.sol). For an in-depth guide on how to deploy a `SuperchainERC20` use the [SuperchainERC20 Starter Kit](https://console.optimism.io/build).
3131

3232
By deploying assets at identical addresses across multiple chains, we abstract away the complexity of cross-chain validation.
3333

@@ -44,7 +44,6 @@ Note that bridging assets through the Superchain using `SuperchainERC20` never a
4444
</Steps>
4545

4646
## Next steps
47-
47+
* Use the [SuperchainERC20 Starter Kit](https://console.optimism.io/build) to deploy your token across the Superchain
4848
* Explore the [SuperchainERC20 specifications](https://specs.optimism.io/interop/token-bridging.html) for in-depth implementation details.
49-
* Watch the [Superchain interop design video walkthrough](https://www.youtube.com/watch?v=FKc5RgjtGes) for a visual explanation of the concepts.
5049
* Review the [Superchain Interop Explainer](explainer) for answers to common questions about interoperability.

0 commit comments

Comments
 (0)