Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions pages/app-developers/starter-kit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ import { Callout, Steps } from 'nextra/components'
import Image from 'next/image'
import { Tabs } from 'nextra/components'

<Callout>
The SuperchainERC20 standard is ready for production use with active Mainnet deployments.
Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development.
</Callout>

# Deploying a SuperchainERC20 (Starter Kit)

The [SuperchainERC20 Starter Kit](https://github.com/ethereum-optimism/superchainerc20-starter) is a development toolkit designed to simplify the creation, deployment, and testing of SuperchainERC20 tokens. It leverages cross-chain interoperability for the deployment of ERC20 tokens that can be used across different blockchains in the Superchain ecosystem.
Expand Down
7 changes: 4 additions & 3 deletions pages/stack/interop/superchain-erc20.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ description: Learn about the basic details of the SuperchainERC20 implementation

import { Callout } from 'nextra/components'

import { InteropCallout } from '@/components/WipCallout'

<InteropCallout />
<Callout>
The SuperchainERC20 standard is ready for production use with active Mainnet deployments.
Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development.
</Callout>

# SuperchainERC20

Expand Down
6 changes: 4 additions & 2 deletions pages/stack/interop/tutorials/deploy-superchain-erc20.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ description: Learn about the basic details of deploying assets on SuperchainERC2

import { Callout } from 'nextra/components'
import { Steps } from 'nextra/components'
import { InteropCallout } from '@/components/WipCallout'

<InteropCallout />
<Callout>
The SuperchainERC20 standard is ready for production use with active Mainnet deployments.
Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development.
</Callout>

# Issuing new assets with SuperchainERC20

Expand Down
6 changes: 4 additions & 2 deletions pages/stack/interop/tutorials/relay-messages-cast.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ description: Learn how to relay interop messages using `cast` commands.

import { Callout } from 'nextra/components'
import { Steps } from 'nextra/components'
import { InteropCallout } from '@/components/WipCallout'

<InteropCallout />
<Callout>
The SuperchainERC20 standard is ready for production use with active Mainnet deployments.
Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development.
</Callout>

# Relaying interop messages using `cast`

Expand Down
6 changes: 4 additions & 2 deletions pages/stack/interop/tutorials/relay-messages-viem.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ description: Learn how to relay interop messages using `viem`.

import { Callout } from 'nextra/components'
import { Steps } from 'nextra/components'
import { InteropCallout } from '@/components/WipCallout'

<InteropCallout />
<Callout>
The SuperchainERC20 standard is ready for production use with active Mainnet deployments.
Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development.
</Callout>

# Relaying interop messages using `viem`

Expand Down
6 changes: 4 additions & 2 deletions pages/stack/interop/tutorials/transfer-superchainERC20.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ description: Learn how to transfer a SuperchainERC20 between chains using L2ToL2
---

import { Callout, Steps } from 'nextra/components'
import { InteropCallout } from '@/components/WipCallout'

<InteropCallout />
<Callout>
The SuperchainERC20 standard is ready for production use with active Mainnet deployments.
Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development.
</Callout>

# Transferring a SuperchainERC20

Expand Down