Skip to content
Closed
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
6 changes: 4 additions & 2 deletions pages/stack/getting-started.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
---
title: Getting started with the OP Stack
lang: en-US
description: Learn the basics of OP Stack development.
Expand All @@ -8,6 +8,8 @@ import { Callout } from 'nextra/components'

# Getting started with the OP Stack

Test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Remove extraneous test text.
The inserted line "Test" appears to be a temporary debugging artifact. Remove it before the final merge to maintain a professional, polished document.


**The OP Stack is the standardized, shared, and open-source development stack that powers Optimism, maintained by the Optimism Collective.**

<Callout type="info">
Expand Down Expand Up @@ -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).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Fix hyperlink formatting.
The Markdown hyperlink in this line is incorrectly formatted—it is missing the closing square bracket. The current text:

[the OP Stack Hacks developers repo(/https://github.com/ethereum-optimism/developers/tree/main/docs)

should be revised to:

[the OP Stack Hacks developers repo](https://github.com/ethereum-optimism/developers/tree/main/docs)

This change will ensure the link renders correctly.

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.
Expand Down