Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
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: 1 addition & 4 deletions pages/app-developers/tools/supersim.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,4 @@ This diagram illustrates how developers interact with Supersim through the CLI,

* Build a [revolutionary app](/app-developers/get-started) that uses multiple blockchains within the Superchain
* Deploy a [SuperchainERC20](/stack/interop/tutorials/deploy-superchain-erc20) to the Superchain
* View more [interop tutorials](/stack/interop/tutorials)
* Check out the collection of [Supersim docs](/app-developers/tutorials/supersim) for tutorials and specific use cases.
* Questions about Interop? Check out our collection of [interop guides](/stack/interop) or check out this [Superchain interop design video walk-thru](https://www.youtube.com/watch?v=FKc5RgjtGes).
* For more info about how Superchain interoperability works under the hood, [check out the specs](https://specs.optimism.io/interop/overview.html).
* View more [supersim tutorials](/app-developers/tutorials/supersim)
4 changes: 1 addition & 3 deletions pages/stack/interop/explainer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,4 @@ This means ETH and ERC-20s can seamlessly and securely move across L2s, and inte
* Build a [revolutionary app](/app-developers/get-started) that uses multiple blockchains within the Superchain
* Deploy a [SuperchainERC20](/stack/interop/tutorials/deploy-superchain-erc20) to the Superchain
* Learn [how messages get from one chain to another chain](/stack/interop/message-passing)
* Watch [this video](https://www.youtube.com/watch?v=FKc5RgjtGes), which gives an overview of Superchain interoperability.
* Learn more about the [superchain predeploys](/stack/interop/predeploy) added to the OP Stack to enable interoperability.
* Use [Supersim](/stack/interop/tools/supersim), a multichain dev environment that simulates interop for testing applications against a local version of the Superchain.
* Watch [this video](https://www.youtube.com/watch?v=FKc5RgjtGes), which gives an overview of Superchain interoperability.
8 changes: 2 additions & 6 deletions pages/stack/interop/message-passing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,5 @@ sequenceDiagram
## Next steps

* Build a [revolutionary app](/app-developers/get-started) that uses multiple blockchains within the Superchain
* Actually [pass messages between blockchains](/stack/interop/tutorials/message-passing).
* Deploy a [SuperchainERC20](/stack/interop/tutorials/deploy-superchain-erc20) to the Superchain
* Practice how to use [Superchain interop message passing](/stack/interop/message-passing)
* Read how [messages get from one blockchain to another (`CrossL2Inbox`)](explainer#how-messages-get-from-one-chain-to-the-other).
* Try [Supersim](tools/supersim) for testing cross-chain messages locally.
* Learn about [manually relaying messages](/stack/interop/tutorials/relay-messages-viem)
* Learn how to [pass messages between blockchains](/stack/interop/tutorials/message-passing).
* Deploy a [SuperchainERC20](/stack/interop/tutorials/deploy-superchain-erc20) to the Superchain.
4 changes: 1 addition & 3 deletions pages/stack/interop/op-supervisor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,5 @@ For a full listing of API names, see the [source code](https://github.com/ethere

* Build a [revolutionary app](/app-developers/get-started) that uses multiple blockchains within the Superchain
* Deploy a [SuperchainERC20](/stack/interop/tutorials/deploy-superchain-erc20) to the Superchain
* Practice how to use [Superchain interop message passing](/stack/interop/message-passing)
* Learn about [manually relaying messages](/stack/interop/tutorials/relay-messages-viem)
* Learn [how ETH can move across chains](https://docs.optimism.io/stack/interop/superchain-weth)
* Want to learn more? Read our guide on the anatomy of a [cross-chain message](./explainer#how-messages-get-from-one-chain-to-the-other) or check out this [interop design video walk-thru](https://www.youtube.com/watch?v=FKc5RgjtGes)
* For more info about how Superchain interoperability works under the hood, check out the specs.
8 changes: 3 additions & 5 deletions pages/stack/interop/superchain-weth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ Here is an example of how this works.

## Next steps

* Build a [revolutionary app](/app-developers/get-started) that uses multiple blockchains within the Superchain
* Explore [the `SuperchainWETH` specs](https://specs.optimism.io/interop/superchain-weth.html) for in-depth implementation details.
* Read the [interop message passing](/stack/interop/message-passing) page for more information about how `L2ToL2CrossDomainMessenger` passes messages.
* Learn about [SuperchainERC20](/stack/interop/superchain-erc20)
* Practice [transferring ETH across chains using Superchain interop](/stack/interop/tutorials/bridge-crosschain-eth)
* Build a [revolutionary app](/app-developers/get-started) that uses multiple blockchains within the Superchain.
* Learn about [SuperchainERC20](/stack/interop/superchain-erc20).
* Practice [transferring ETH across chains using Superchain interop](/stack/interop/tutorials/bridge-crosschain-eth).
5 changes: 4 additions & 1 deletion pages/stack/interop/token-compatible.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ content_type: guide
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>

# Superchain interop compatible tokens

Expand Down
2 changes: 0 additions & 2 deletions pages/stack/interop/tools/devnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ To simplify user experience, the Superchain interop devnet has a relayer running

## Next steps

* Review the [Superchain Interop Explainer](/stack/interop/explainer) for answers to common questions about interoperability.
* Read the [Message Passing Explainer](/stack/interop/message-passing) to understand what happens "under the hood".
* Build a [revolutionary app](/app-developers/get-started) that uses multiple blockchains within the Superchain
* Deploy a [SuperchainERC20](/stack/interop/tutorials/deploy-superchain-erc20) to the Superchain
* View more [interop tutorials](/stack/interop/tutorials)