Skip to content

Commit e10fafa

Browse files
Apply suggestions from code review
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent b832d2f commit e10fafa

24 files changed

+47
-39
lines changed

pages/builders.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The fixture is the main abstraction in React Cosmos. It represents a component e
1212

1313
<Cards>
1414
<Card title="Notices" href="/builders/notices" />
15-
<Card title="App developers" href="/builders/app-developers" />
15+
<Card title="App Developers" href="/builders/app-developers" />
1616
<Card title="Chain Operators" href="/builders/chain-operators" />
1717
<Card title="Node Operators" href="/builders/node-operators" />
1818
<Card title="Wallets & CEXs" href="/builders/cex-wallet-developers" />

pages/builders/app-developers.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: App Developers
33
lang: en-US
4+
description: Essential resources for app developers building on the OP Stack, including guides for deploying contracts, handling transactions, and cross-chain messaging.
45
---
56

67
import { Card, Cards } from 'nextra/components'

pages/builders/app-developers/bridging.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Bridging
33
lang: en-US
4+
description: Learn about bridging basics, custom bridges, data transmission between L1 and L2, and using the standard bridge in OP Stack.
45
---
56

67
import { Card, Cards } from 'nextra/components'

pages/builders/app-developers/bridging/custom-bridge.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This guide provides important information you should be aware of when building a
1515
<Callout>
1616
Custom bridges can bring a significant amount of complexity and risk to any project.
1717
Before you commit to a custom bridge, be sure that the [Standard Bridge](./standard-bridge) definitely does not support your use case.
18-
[Building a custom bridged token](/builders/app-developers/tutorials/standard-bridge-custom-tokennnnyd) is often sufficient for projects that need more flexibility.
18+
[Building a custom bridged token](/builders/app-developers/tutorials/standard-bridge-custom-token) is often sufficient for projects that need more flexibility.
1919
</Callout>
2020

2121
## Guidelines
@@ -27,7 +27,7 @@ Doing so will provide you with an audited foundation upon which you can add extr
2727

2828
If you choose not to extend the `StandardBridge` contract, you may still want to follow the interface that the `StandardBridge` provides.
2929
Bridges that extend this interface will be compatible with the [Superchain Bridges UI](https://app.optimism.io/bridge).
30-
You can read more about the design of the Standard Bridge in the guide on [Using the Standard Bridge](./standard-bridgedgh).
30+
You can read more about the design of the Standard Bridge in the guide on [Using the Standard Bridge](./standard-bridge).
3131

3232
## The Superchain Token List
3333

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
---
22
title: Contracts
33
lang: en-US
4+
description: Information on Solidity compatibility, contract optimization, and system contracts for OP Mainnet.
45
---
56

67
import { Card, Cards } from 'nextra/components'
78

89
# Contracts
910

10-
This section provides information on solidity compatibility, contract optimization on op mainnet and using op mainnet system contracts. You'll find guide, tutorial to help you understand and work with these topics.
11+
This section provides information on Solidity compatibility, contract optimization on OP Mainnet, and using OP Mainnet system contracts. You'll find guides and tutorials to help you understand and work with these topics.
1112

1213
<Cards>
13-
<Card title="Solidity compatibility" href="/builders/app-developers/contracts/compatibility" />
14+
<Card title="Solidity Compatibility" href="/builders/app-developers/contracts/compatibility" />
1415

15-
<Card title="Contract optimization on op mainnet" href="/builders/app-developers/contracts/optimization" />
16+
<Card title="Contract Optimization on OP Mainnet" href="/builders/app-developers/contracts/optimization" />
1617

17-
<Card title="Using op mainnet system contracts" href="/builders/app-developers/contracts/system-contracts" />
18+
<Card title="Using OP Mainnet System Contracts" href="/builders/app-developers/contracts/system-contracts" />
1819
</Cards>
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
22
title: Tools
33
lang: en-US
4+
description: Information on open-source code repositories for OP Stack builders and SuperSim.
45
---
56

67
import { Card, Cards } from 'nextra/components'
78

89
# Tools
910

10-
This section provides information on open source code repo for op stack builders and supersim. You'll find reference to help you understand and work with these topics.
11+
This section provides information on open-source code repositories for OP Stack builders and SuperSim. Users will find references to help understand and work with these topics.
1112

1213
<Cards>
13-
<Card title="Open source code repo for op stack builders" href="/builders/app-developers/tools/ecosystem-overview" />
14+
<Card title="Open-Source Code Repository for OP Stack Builders" href="/builders/app-developers/tools/ecosystem-overview" />
1415

15-
<Card title="Supersim" href="/builders/app-developers/tools/supersim" />
16+
<Card title="SuperSim" href="/builders/app-developers/tools/supersim" />
1617
</Cards>
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
---
22
title: Transactions
33
lang: en-US
4+
description: Guide to understanding and working with transactions on OP Mainnet, including fee estimation, gas parameters, and troubleshooting.
45
---
56

67
import { Card, Cards } from 'nextra/components'
78

89
# Transactions
910

10-
This section provides information on estimating transaction fees on op mainnet, fees, setting transaction gas parameters on op mainnet, transaction statuses on op mainnet and troubleshooting transactions. You'll find guide to help you understand and work with these topics.
11+
This section provides information on transactions in OP Mainnet, including fee estimation, gas parameters, transaction statuses, and troubleshooting. You'll find guides to help you understand and work with these topics.
1112

1213
<Cards>
13-
<Card title="Estimating transaction fees on op mainnet" href="/builders/app-developers/transactions/estimates" />
14+
<Card title="Estimating Transaction Fees on OP Mainnet" href="/builders/app-developers/transactions/estimates" />
1415

15-
<Card title="Fees" href="/builders/app-developers/transactions/fees" />
16+
<Card title="Understanding Fees on OP Mainnet" href="/builders/app-developers/transactions/fees" />
1617

17-
<Card title="Setting transaction gas parameters on op mainnet" href="/builders/app-developers/transactions/parameters" />
18+
<Card title="Setting Transaction Gas Parameters on OP Mainnet" href="/builders/app-developers/transactions/parameters" />
1819

19-
<Card title="Transaction statuses on op mainnet" href="/builders/app-developers/transactions/statuses" />
20+
<Card title="Transaction Statuses on OP Mainnet" href="/builders/app-developers/transactions/statuses" />
2021

21-
<Card title="Troubleshooting transactions" href="/builders/app-developers/transactions/troubleshooting" />
22+
<Card title="Troubleshooting Transactions on OP Mainnet" href="/builders/app-developers/transactions/troubleshooting" />
2223
</Cards>

pages/builders/app-developers/tutorials.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Tutorials
33
lang: en-US
4+
description: A collection of tutorials for app developers building on OP Stack, covering topics such as bridging tokens, deploying contracts, and estimating transaction costs.
45
---
56

67
import { Card, Cards } from 'nextra/components'
7-
88
# Tutorials
99

1010
This section provides information on bridging erc 20 tokens to op mainnet with the optimism sdk, bridging eth to op mainnet with the optimism sdk, communicating between op mainnet and ethereum in solidity, deploying your first contract on op mainnet, estimating transaction costs on op mainnet, tracing deposits and withdrawals, viewing deposits and withdrawals by address, triggering op mainnet transactions from ethereum, bridging your custom erc 20 token using the standard bridge and bridging your standard erc 20 token using the standard bridge. You'll find tutorial to help you understand and work with these topics.

pages/builders/cex-wallet-developers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ lang: en-US
55

66
import { Card, Cards } from 'nextra/components'
77

8-
# Cex Wallet Developers
8+
# CEX Wallet Developers
99

10-
This section provides information on supporting op mainnet in your exchange and supporting op mainnet in your wallet. You'll find guide to help you understand and work with these topics.
10+
This section provides information on supporting OP Stack in your exchange and supporting OP Stack in your wallet. You'll find guides to help you understand and work with these topics.
1111

1212
<Cards>
1313
<Card title="Supporting op mainnet in your exchange" href="/builders/cex-wallet-developers/cex-support" />

pages/builders/chain-operators.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
---
22
title: Chain Operators
33
lang: en-US
4+
description: Information on chain architecture, configuration, deployment, and management for OP Stack chain operators.
45
---
56

67
import { Card, Cards } from 'nextra/components'
78

8-
# Chain Operators
9+
# Chain operators
910

10-
This section provides information on chain architecture, configuration, deploy, features, hacks, management, how to start a self hosted chain, tools and tutorials. You'll find tool, api, overview, guide, introduction to help you understand and work with these topics.
11+
This section provides information on chain architecture, configuration, deployment, features, hacks, management, and how to start a self-hosted chain. You'll also find tools, APIs, overviews, guides, and introductions to help you understand and work with these topics.
1112

1213
<Cards>
1314
<Card title="Chain architecture" href="/builders/chain-operators/architecture" />
1415

1516
<Card title="Configuration" href="/builders/chain-operators/configuration" />
1617

17-
<Card title="Deploy" href="/builders/chain-operators/deploy" />
18+
<Card title="Deployment" href="/builders/chain-operators/deploy" />
1819

1920
<Card title="Features" href="/builders/chain-operators/features" />
2021

2122
<Card title="Hacks" href="/builders/chain-operators/hacks" />
2223

2324
<Card title="Management" href="/builders/chain-operators/management" />
2425

25-
<Card title="How to start a self Hosted chain" href="/builders/chain-operators/self-hosted" />
26+
<Card title="How to Start a Self-Hosted Chain" href="/builders/chain-operators/self-hosted" />
2627

2728
<Card title="Tools" href="/builders/chain-operators/tools" />
2829

0 commit comments

Comments
 (0)