diff --git a/pages/stack/getting-started.mdx b/pages/stack/getting-started.mdx index bf437307b..c0c3dc377 100644 --- a/pages/stack/getting-started.mdx +++ b/pages/stack/getting-started.mdx @@ -1,4 +1,4 @@ ---- + --- title: Getting started with the OP Stack lang: en-US description: Learn the basics of OP Stack development. @@ -8,6 +8,8 @@ import { Callout } from 'nextra/components' # Getting started with the OP Stack +Test + **The OP Stack is the standardized, shared, and open-source development stack that powers Optimism, maintained by the Optimism Collective.** @@ -46,7 +48,7 @@ The Bedrock release of the OP Stack makes it easy to spin up an L2 that will be If you'd like to launch a Superchain-ready L2, check out our guide for running a chain based on the Bedrock release of the OP Stack. It is possible to modify components of the OP Stack to build novel L2 systems. -If you're interested in experimenting with the OP Stack, check out [the OP Stack Hacks developers repo](https://github.com/ethereum-optimism/developers/tree/main/docs). +If you're interested in experimenting with the OP Stack, check out [the OP Stack Hacks developers repo(/https://github.com/ethereum-optimism/developers/tree/main/docs). Please note that, as of the Bedrock release, the OP Stack is *not* designed to support these modifications and you will very much be *hacking* on the codebase. As a result, **you should, for the moment, expect limited (if any) developer support for OP Stack Hacks.** OP Stack Hacks will likely make your chain incompatible with the Optimism Superchain.