Skip to content

Commit 0bead81

Browse files
committed
create breadcrumbs
1 parent f7411ae commit 0bead81

39 files changed

+626
-35
lines changed
Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
---
22
title: Bridging
33
lang: en-US
4-
description: Learn about deploying contracts, cross-chain messaging, and tutorials to help you build applications on OP Mainnet.
54
---
65

76
import { Card, Cards } from 'nextra/components'
87

98
# Bridging
109

11-
The fixture is the main abstraction in React Cosmos. It represents a component example that can be rendered in isolation. A fixture file is generally colocated with its related component file.
10+
Welcome to the Bridging section. Here you'll find resources and information related to bridging.
1211

1312
<Cards>
14-
<Card title="Basics" href="/builders/app-developers/bridging/basics" />
15-
16-
<Card title="The Standard Bridge" href="/builders/app-developers/bridging/standard-bridge" />
17-
18-
<Card title="Custom Token Bridges" href="/builders/app-developers/bridging/custom-bridge" />
19-
13+
<Card title="Bridging Basics" href="/builders/app-developers/bridging/basics" />
14+
<Card title="Custom Bridges" href="/builders/app-developers/bridging/custom-bridge" />
2015
<Card title="Sending Data Between L1 and L2" href="/builders/app-developers/bridging/messaging" />
21-
</Cards>
16+
<Card title="Using the Standard Bridge" href="/builders/app-developers/bridging/standard-bridge" />
17+
</Cards>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Contracts
3+
lang: en-US
4+
---
5+
6+
import { Card, Cards } from 'nextra/components'
7+
8+
# Contracts
9+
10+
Welcome to the Contracts section. Here you'll find resources and information related to contracts.
11+
12+
<Cards>
13+
<Card title="Solidity Compatibility" href="/builders/app-developers/contracts/compatibility" />
14+
<Card title="Contract Optimization on OP Mainnet" href="/builders/app-developers/contracts/optimization" />
15+
<Card title="Using OP Mainnet System Contracts" href="/builders/app-developers/contracts/system-contracts" />
16+
</Cards>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Tools
3+
lang: en-US
4+
---
5+
6+
import { Card, Cards } from 'nextra/components'
7+
8+
# Tools
9+
10+
Welcome to the Tools section. Here you'll find resources and information related to tools.
11+
12+
<Cards>
13+
<Card title="Open Source Code Repo for OP Stack Builders" href="/builders/app-developers/tools/ecosystem-overview" />
14+
<Card title="supersim" href="/builders/app-developers/tools/supersim" />
15+
</Cards>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Transactions
3+
lang: en-US
4+
---
5+
6+
import { Card, Cards } from 'nextra/components'
7+
8+
# Transactions
9+
10+
Welcome to the Transactions section. Here you'll find resources and information related to transactions.
11+
12+
<Cards>
13+
<Card title="Estimating Transaction Fees on OP Mainnet" href="/builders/app-developers/transactions/estimates" />
14+
<Card title="fees" href="/builders/app-developers/transactions/fees" />
15+
<Card title="Setting Transaction Gas Parameters on OP Mainnet" href="/builders/app-developers/transactions/parameters" />
16+
<Card title="Transaction Statuses on OP Mainnet" href="/builders/app-developers/transactions/statuses" />
17+
<Card title="Troubleshooting Transactions" href="/builders/app-developers/transactions/troubleshooting" />
18+
</Cards>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Tutorials
3+
lang: en-US
4+
---
5+
6+
import { Card, Cards } from 'nextra/components'
7+
8+
# Tutorials
9+
10+
Welcome to the Tutorials section. Here you'll find resources and information related to tutorials.
11+
12+
<Cards>
13+
<Card title="Bridging ERC-20 Tokens to OP Mainnet With the Optimism SDK" href="/builders/app-developers/tutorials/cross-dom-bridge-erc20" />
14+
<Card title="Bridging ETH to OP Mainnet With the Optimism SDK" href="/builders/app-developers/tutorials/cross-dom-bridge-eth" />
15+
<Card title="Communicating Between OP Mainnet and Ethereum in Solidity" href="/builders/app-developers/tutorials/cross-dom-solidity" />
16+
<Card title="Deploying Your First Contract on OP Mainnet" href="/builders/app-developers/tutorials/first-contract" />
17+
<Card title="Estimating Transaction Costs on OP Mainnet" href="/builders/app-developers/tutorials/sdk-estimate-costs" />
18+
<Card title="Tracing Deposits and Withdrawals" href="/builders/app-developers/tutorials/sdk-trace-txns" />
19+
<Card title="Viewing Deposits and Withdrawals by Address" href="/builders/app-developers/tutorials/sdk-view-txns" />
20+
<Card title="Triggering OP Mainnet Transactions from Ethereum" href="/builders/app-developers/tutorials/send-tx-from-eth" />
21+
<Card title="Bridging Your Custom ERC-20 Token Using the Standard Bridge" href="/builders/app-developers/tutorials/standard-bridge-custom-token" />
22+
<Card title="Bridging Your Standard ERC-20 Token Using the Standard Bridge" href="/builders/app-developers/tutorials/standard-bridge-standard-token" />
23+
</Cards>
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
---
2-
title: CEX Wallet For Developers
2+
title: Cex-wallet-developers
33
lang: en-US
4-
description: Learn about deploying contracts, cross-chain messaging, and tutorials to help you build applications on OP Mainnet.
54
---
65

76
import { Card, Cards } from 'nextra/components'
87

9-
# CEX Wallet For Developers
8+
# Cex-wallet-developers
109

11-
The fixture is the main abstraction in React Cosmos. It represents a component example that can be rendered in isolation. A fixture file is generally colocated with its related component file.
10+
Welcome to the Cex-wallet-developers section. Here you'll find resources and information related to cex-wallet-developers.
1211

1312
<Cards>
14-
<Card title="Guide for Exchanges" href="/builders/cex-wallet-developers/cex-support" />
15-
16-
<Card title="Guide for Wallets" href="/builders/cex-wallet-developers/cex-support" />
17-
</Cards>
13+
<Card title="Supporting OP Mainnet in Your Exchange" href="/builders/cex-wallet-developers/cex-support" />
14+
<Card title="Supporting OP Mainnet in Your Wallet" href="/builders/cex-wallet-developers/wallet-support" />
15+
</Cards>

pages/builders/chain-operators.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Chain-operators
3+
lang: en-US
4+
---
5+
6+
import { Card, Cards } from 'nextra/components'
7+
8+
# Chain-operators
9+
10+
Welcome to the Chain-operators section. Here you'll find resources and information related to chain-operators.
11+
12+
<Cards>
13+
<Card title="Chain Architecture" href="/builders/chain-operators/architecture" />
14+
<Card title="How to Start a Self-Hosted Chain" href="/builders/chain-operators/self-hosted" />
15+
</Cards>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Configuration
3+
lang: en-US
4+
---
5+
6+
import { Card, Cards } from 'nextra/components'
7+
8+
# Configuration
9+
10+
Welcome to the Configuration section. Here you'll find resources and information related to configuration.
11+
12+
<Cards>
13+
<Card title="Batcher Configuration" href="/builders/chain-operators/configuration/batcher" />
14+
<Card title="Chain Operator Configurations" href="/builders/chain-operators/configuration/overview" />
15+
<Card title="Proposer Configuration" href="/builders/chain-operators/configuration/proposer" />
16+
<Card title="Rollup Deployment Configuration" href="/builders/chain-operators/configuration/rollup" />
17+
</Cards>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Deploy
3+
lang: en-US
4+
---
5+
6+
import { Card, Cards } from 'nextra/components'
7+
8+
# Deploy
9+
10+
Welcome to the Deploy section. Here you'll find resources and information related to deploy.
11+
12+
<Cards>
13+
<Card title="OP Stack Genesis Creation" href="/builders/chain-operators/deploy/genesis" />
14+
<Card title="OP Stack Deployment Overview" href="/builders/chain-operators/deploy/overview" />
15+
<Card title="OP Stack Smart Contract Deployment" href="/builders/chain-operators/deploy/smart-contracts" />
16+
</Cards>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Features
3+
lang: en-US
4+
---
5+
6+
import { Card, Cards } from 'nextra/components'
7+
8+
# Features
9+
10+
Welcome to the Features section. Here you'll find resources and information related to features.
11+
12+
<Cards>
13+
<Card title="How to Run an Alt-DA Mode Chain" href="/builders/chain-operators/features/alt-da-mode" />
14+
<Card title="Bridged USDC Standard on the OP Stack" href="/builders/chain-operators/features/bridged-usdc-standard" />
15+
<Card title="How to Run a Custom Gas Token Chain" href="/builders/chain-operators/features/custom-gas-token" />
16+
<Card title="OP Stack Preinstalls" href="/builders/chain-operators/features/preinstalls" />
17+
<Card title="Span Batches" href="/builders/chain-operators/features/span-batches" />
18+
</Cards>

0 commit comments

Comments
 (0)