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: .github/ISSUE_TEMPLATE/general_docs_request.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: General docs request
3
-
about: Template for general documentation requests from the Optimism Collective
3
+
about: Template for general documentation requests for the Metal L2 docs
4
4
title: "[DOCS] Add PR title"
5
5
labels: 'community-request,documentation'
6
6
@@ -20,4 +20,4 @@ Provide links to any related content pages for this documentation request. This
20
20
21
21
## Additional Context
22
22
Provide any additional context about this documentation request. What problems did you run into that caused you to make this request?
23
-
Which existing documentation pages did you already try as a solution to your problem? Why do you think the requested page(s) will be beneficial to developers in the Optimism Collective?
23
+
Which existing documentation pages did you already try as a solution to your problem? Why do you think the requested page(s) will be beneficial to developers working with Metal L2?
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+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
@@ -6,7 +6,7 @@ Metal L2's documentation is open-source, hosted on GitHub in the `MetalPay/metal
6
6
7
7
The Metal L2 Documentation team reviews pull requests and either merges, requests changes, or comments and closes the pull request. You can open a documentation pull request by:
8
8
9
-
- forking the `docs` repository and working locally,
9
+
- forking the `metal-l2-docs` repository and working locally,
10
10
- or, for smaller updates, clicking the `Edit this page` link on the right side of any documentation page to directly edit in GitHub.
11
11
12
12
Contributing to the Metal L2 documentation implies 2 steps:
Copy file name to clipboardExpand all lines: notes/nextra.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# How the Optimism Docs Use Nextra
1
+
# How the Metal L2 Docs Use Nextra
2
2
3
-
The Optimism Docs use the [Nextra](https://nextra.site/) documentation framework.
3
+
The Metal L2 Docs use the [Nextra](https://nextra.site/) documentation framework.
4
4
Nextra is essentially a combination of [Next.js](https://nextjs.org/) + [MDX](https://mdxjs.com/) and allows you to write React components that can be used within Markdown pages.
5
5
Nextra documentation is decent and can explain the basics of how to do most of the things you might want to do.
6
6
This page documents all of the things that we do that are currently not made obvious by Nextra's docs.
|[Deploying Your First Contract on Metal L2](tutorials/first-contract)| Learn how to deploy your first contract to Metal L2 with Remix and MetaMask. | 🟢 Easy |
57
-
|[Deploying Your Contracts for Free on the Superchain](tutorials/deploy-for-free)| Learn how to deploy your contracts for free on the Superchain using the Superchain Developer Console | 🟢 Easy |
54
+
| Tutorial Name | Description | Difficulty Level |
|[Deploying Your First Contract on Metal L2](tutorials/first-contract)| Learn how to deploy your first contract to Metal L2 with Remix and MetaMask. | 🟢 Easy |
57
+
|[Deploying Your Contracts for Free on the Superchain](tutorials/deploy-for-free)| Learn how to deploy your contracts for free on the Superchain using the Superchain Developer Console | 🟢 Easy |
58
58
|[Bridging ETH With the Optimism SDK](tutorials/cross-dom-bridge-eth)| Learn how to use the Optimism SDK to transfer ETH between Layer 1 (Ethereum or Sepolia) and Layer 2 (Metal L2 or Metal L2 Testnet). | 🟢 Easy |
59
59
|[Bridging ERC-20 Tokens With the Optimism SDK](tutorials/cross-dom-bridge-erc20)| Learn how to use the Optimism SDK to transfer ERC-20 tokens between Layer 1 (Ethereum or Sepolia) and Layer 2 (Metal L2 or Metal L2 Testnet). | 🟢 Easy |
60
-
|[Bridging your Standard ERC-20 token using the Standard Bridge](tutorials/standard-bridge-standard-token)| Learn how to bridge your standard ERC-20 token to layer 2 using the standard bridge. | 🟡 Medium |
61
-
|[Bridging your Custom ERC-20 token using the Standard Bridge](tutorials/standard-bridge-custom-token)| Learn how to bridge your custom ERC-20 token to layer 2 using the standard bridge. | 🟡 Medium |
62
-
|[Tracing Deposits and Withdrawals With the Optimism SDK](tutorials/sdk-trace-txns)| Learn how to use the Optimism SDK to trace deposits and withdrawals. | 🟢 Easy |
63
-
|[Viewing Deposits and Withdrawals by Address With the Optimism SDK](tutorials/sdk-view-txns)| Learn how to use the Optimism SDK to view deposits and withdrawals by address. | 🟢 Easy |
64
-
|[Estimating Transaction Costs With the Optimism SDK](tutorials/sdk-view-txns)| Learn how to use the Optimism SDK to estimate the cost of a transaction on Metal L2. | 🟢 Easy |
65
-
|[Sending Metal L2 Transactions from Ethereum](tutorials/send-tx-from-eth)| Learn how to send transactions to Metal L2 from Ethereum. | 🟢 Easy |
60
+
|[Bridging your Standard ERC-20 token using the Standard Bridge](tutorials/standard-bridge-standard-token)| Learn how to bridge your standard ERC-20 token to layer 2 using the standard bridge. | 🟡 Medium |
61
+
|[Bridging your Custom ERC-20 token using the Standard Bridge](tutorials/standard-bridge-custom-token)| Learn how to bridge your custom ERC-20 token to layer 2 using the standard bridge. | 🟡 Medium |
62
+
|[Tracing Deposits and Withdrawals With the Optimism SDK](tutorials/sdk-trace-txns)| Learn how to use the Optimism SDK to trace deposits and withdrawals. | 🟢 Easy |
63
+
|[Viewing Deposits and Withdrawals by Address With the Optimism SDK](tutorials/sdk-view-txns)| Learn how to use the Optimism SDK to view deposits and withdrawals by address. | 🟢 Easy |
64
+
|[Estimating Transaction Costs With the Optimism SDK](tutorials/sdk-view-txns)| Learn how to use the Optimism SDK to estimate the cost of a transaction on Metal L2. | 🟢 Easy |
65
+
|[Sending Metal L2 Transactions from Ethereum](tutorials/send-tx-from-eth)| Learn how to send transactions to Metal L2 from Ethereum. | 🟢 Easy |
66
66
67
67
You can also [suggest a new tutorial](https://github.com/ethereum-optimism/docs/issues/new?assignees=\&labels=tutorial%2Cdocumentation%2Ccommunity-request\&projects=\&template=suggest_tutorial.yaml\&title=%5BTUTORIAL%5D+Add+PR+title) if you have something specific in mind. We'd love to grow this list!
Copy file name to clipboardExpand all lines: pages/builders/chain-operators/features/alt-da-mode.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,11 +110,11 @@ For deploying your contracts, use the latest release.
110
110
111
111
## Inclusion Criteria
112
112
113
-
Alt DA teams who want to be featured on this page must meet the following criteria:
113
+
Developer teams who want to feature products/tools on this page must meet the following criteria:
114
114
115
-
* Functional [DA Server](https://specs.optimism.io/experimental/alt-da.html#da-server), maintained in your own repo
116
-
* Supporting detailed documentation, to be referenced [here](#setup-your-da-server)
117
-
* Functioning OP Stack devnet using your DA server with linked configuration, contract addresses, and RPC address
115
+
1.**ongoing partnership** with Metal L2 whether formal agreement, RPGF, RFP, collaborated on specific initiatives, etc.;
116
+
2.**established user base** and Metal L2 ecosystem engagement such as governance participation, homegrown TG or Discord participation, etc.; and
117
+
3.**actively maintained developer tool** that aligns with Metal L2's commitment to a magical developer experience (e.g., easy-to-use, easy-to-integrate, great DevX, highly rated by community, etc.)
0 commit comments