You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/app-developers/tools/build/account-abstraction.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Ready to enable account abstraction experiences in your app? Here's some helpful
78
78
Developer teams who want to feature products/tools on this page must meet the following criteria:
79
79
80
80
1.**ongoing partnership** with Optimism whether formal agreement, RPGF, RFP, collaborated on specific initiatives, etc.;
81
-
2.**established user base** and OP ecosystem engagement such as governance participation, homegrown TG or Discord participation, etc.; and
81
+
2.**established user base** and OP ecosystem engagement such as governance participation, [Community Discord](https://discord.gg/optimism) or [Superchain Developer Discord](https://guild.xyz/superchain-devs) participation, etc.; and
82
82
3.**actively maintained developer tool** that aligns with OP's commitment to a magical developer experience (e.g., easy-to-use, easy-to-integrate, great DevX, highly rated by community, etc.)
83
83
84
84
For teams that are supporting but still establishing a user base, we encourage you to share your tool in the [developer forum](https://github.com/ethereum-optimism/developers/discussions/categories/show-and-tell) and signup to share your tool at the next [demo day](https://community.optimism.io/docs/contribute/demo-day/?utm_source=op-docs&utm_medium=docs).
Copy file name to clipboardExpand all lines: pages/app-developers/tools/build/block-explorers.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ However, you **can** access transaction history between 23 June 2021 and the fin
102
102
Developer teams who want to feature products/tools on this page must meet the following criteria:
103
103
104
104
1.**ongoing partnership** with Optimism whether formal agreement, RPGF, RFP, collaborated on specific initiatives, etc.;
105
-
2.**established user base** and OP ecosystem engagement such as governance participation, homegrown TG or Discord participation, etc.; and
105
+
2.**established user base** and OP ecosystem engagement such as governance participation, [Community Discord](https://discord.gg/optimism) or [Superchain Developer Discord](https://guild.xyz/superchain-devs) participation, etc.; and
106
106
3.**actively maintained developer tool** that aligns with OP's commitment to a magical developer experience (e.g., easy-to-use, easy-to-integrate, great DevX, highly-rated by community, etc.)
107
107
108
108
For teams that are supporting but still establishing a user base, we encourage you to share your tool on the [community block explorers page](https://github.com/ethereum-optimism/developers/blob/main/community/tools/block-explorers.md).
Copy file name to clipboardExpand all lines: pages/app-developers/tools/build/faucets.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ If you have testnet ETH on Sepolia, you can bridge it to OP Sepolia (and vice ve
64
64
Developer teams who want to feature products/tools on this page must meet the following criteria:
65
65
66
66
1.**ongoing partnership** with Optimism whether formal agreement, RPGF, RFP, collaborated on specific initiatives, etc.;
67
-
2.**established user base** and OP ecosystem engagement such as governance participation, homegrown TG or Discord participation, etc.; and
67
+
2.**established user base** and OP ecosystem engagement such as governance participation, [Community Discord](https://discord.gg/optimism) or [Superchain Developer Discord](https://guild.xyz/superchain-devs) participation, etc.; and
68
68
3.**actively maintained developer tool** that aligns with OP's commitment to a magical developer experience (e.g., easy-to-use, easy-to-integrate, great DevX, highly-rated by community, etc.)
69
69
70
70
For teams that are supporting but still establishing a user base, we encourage you to share your tool on the [community faucets page](https://github.com/ethereum-optimism/developers/blob/main/community/tools/faucets.md).
Copy file name to clipboardExpand all lines: pages/app-developers/tools/build/oracles.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ Interested in integration? [Get in contact](https://discord.com/invite/PVxBZKFr4
148
148
Developer teams who want to feature products/tools on this page must meet the following criteria:
149
149
150
150
1.**ongoing partnership** with Optimism whether formal agreement, RPGF, RFP, collaborated on specific initiatives, etc.;
151
-
2.**established user base** and OP ecosystem engagement such as governance participation, homegrown TG or Discord participation, etc.; and
151
+
2.**established user base** and OP ecosystem engagement such as governance participation, [Community Discord](https://discord.gg/optimism) or [Superchain Developer Discord](https://guild.xyz/superchain-devs) participation, etc.; and
152
152
3.**actively maintained developer tool** that aligns with OP's commitment to a magical developer experience (e.g., easy-to-use, easy-to-integrate, great DevX, highly-rated by community, etc.)
153
153
154
154
For teams that are supporting but still establishing a user base, we encourage you to share your tool on the [community oracles page](https://github.com/ethereum-optimism/developers/blob/main/community/tools/oracles.md).
Copy file name to clipboardExpand all lines: pages/interop/compatible-tokens.mdx
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,17 @@ xERC20 tokens are crosschain ERC-20 which can be transferred across chains by al
102
102
***Cross-chain address:** Deterministic or requires cross-chain registry per deployment.
103
103
***Supported ecosystem:** EVM
104
104
105
+
### CCT
106
+
107
+
CCT is a token standard used to send, receive, and compose tokens across chains Chainlink supports. You can learn more about CCT and Superchain interop [here](https://github.com/AstarNetwork/chainlink-ccip-erc7802).
108
+
109
+
***Security:** Varies depending on the weakest-link among the allowlisted verification mechanisms.
110
+
***Latency:** 1-block latency within the Superchain. Outside the Superchain, latency is variable based on Chainlink's Cross-Chain Interoperability Protocol (CCIP).
111
+
***Cost:** Variable based on allowlisted verification mechanisms.
112
+
***Cross-chain address:** Requires cross-chain registry per deployment.
113
+
***Supported ecosystem:** EVM, Solana
114
+
115
+
105
116
### OFT
106
117
107
118
OFT is a token standard used to send, receive, and compose tokens across chains LayerZero supports. More information will be added about how OFTs can benefit from Superchain interop at a later date.
@@ -112,6 +123,7 @@ OFT is a token standard used to send, receive, and compose tokens across chains
112
123
***Cross-chain address:** Requires cross-chain registry per deployment.
113
124
***Supported ecosystem:** EVM, Solana, MoveVM
114
125
126
+
115
127
### NTT
116
128
117
129
NTT is a token standard used to send, receive, and compose tokens across chains Wormhole supports. More information will be added about how NTTs can benefit from Superchain interop at a later date.
@@ -126,7 +138,7 @@ NTT is a token standard used to send, receive, and compose tokens across chains
126
138
## Key takeaways
127
139
128
140
*`SuperchainERC20` is a simple and trust-minimized way for token issuers to make their token available across the Superchain interop cluster.
129
-
* Token issuers can use other token standards (xERC20, OFT, NTT) and give `crosschainMint` and `crosschainBurn` permissions to the `SuperchainTokenBridge` or `L2ToL2CrossDomainMessenger` to benefit from Superchain interop.
141
+
* Token issuers can use other token standards (xERC20, CCT, OFT, NTT) and give `crosschainMint` and `crosschainBurn` permissions to the `SuperchainTokenBridge` or `L2ToL2CrossDomainMessenger` to benefit from Superchain interop.
130
142
* Token issuers should include a [ERC-7802](https://eips.ethereum.org/EIPS/eip-7802) interface on their token to simplify downstream integrations.
Reimagine your app with Superchain Interop to deliver the unified UX your users expect. Hack on net-new, bold use cases on Interop devnet.
24
24
25
25
<Callouttype="info">
26
-
Explore the [Superchain Dev Console](https://console.optimism.io/?utm_source=op-docs\&utm_medium=docs) to build, launch, and grow your app on the Superchain.
26
+
Explore the [Superchain Dev Console](https://console.optimism.io/?utm_source=op-docs\&utm_medium=docs) to build, launch, and grow your app on the Superchain. Join the [Superchain Dev Discord](https://guild.xyz/superchain-devs) for questions.
27
27
</Callout>
28
28
29
29
## Connect to Superchain Interop
@@ -52,6 +52,7 @@ The SuperchainERC20 Starter Kit allows you to focus on what to deploy, not how t
52
52
|[Superchain Relayer](https://github.com/ethereum-optimism/superchain-relayer)| UI for monitoring and managing cross-chain transactions. |
53
53
|[Interop Docs](/interop/explainer)| Comprehensive Interop information in the Optimism Docs. |
54
54
|[Superchain Dev Console](https://console.optimism.io/?utm_source=op-docs\&utm_medium=docs)| Comprensive tool to build, launch, and grow your app on the Superchain. |
55
+
|[Developer Support GitHub](https://github.com/ethereum-optimism/developers/discussions)| Quick and easy developer support. |
55
56
56
57
## Handy step-by-step guides
57
58
@@ -77,4 +78,5 @@ There is so much more than just bridge abstraction. Hack on the various cutting-
77
78
78
79
Join the OP Labs team and fellow Superchain Interop builders to share ideas, provide feedback, ask questions, and get the [support](https://github.com/ethereum-optimism/developers/discussions) you need.
0 commit comments