Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
krofax committed Oct 18, 2024
1 parent 081c329 commit b832d2f
Show file tree
Hide file tree
Showing 40 changed files with 172 additions and 44 deletions.
10 changes: 8 additions & 2 deletions pages/builders/app-developers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,21 @@ import { Card, Cards } from 'nextra/components'

# App Developers

Welcome to the App Developers section, where you'll find essential resources for deploying contracts, handling transactions, cross-chain messaging, and more.
Welcome to the App Developers section, where you'll find essential resources for deploying contracts, handling transactions, cross-chain messaging, and more.
Access quick-start guides, tutorials, and tools to help you build applications on the OP Stack efficiently

<Cards>
<Card title="Overview" href="/builders/app-developers/overview" />

<Card title="Superchain App Quick Start" href="/builders/app-developers/quick-start" />

<Card title="Tutorials" href="/builders/app-developers/tutorials" />

<Card title="Smart Contracts" href="/builders/app-developers/contracts" />

<Card title="Transactions" href="/builders/app-developers/transactions" />

<Card title="Bridging" href="/builders/app-developers/bridging" />

<Card title="App Tools" href="/builders/app-developers/tools" />
</Cards>
</Cards>
5 changes: 4 additions & 1 deletion pages/builders/app-developers/bridging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ This section provides information on bridging basics, custom bridges, sending da

<Cards>
<Card title="Bridging basics" href="/builders/app-developers/bridging/basics" />

<Card title="Custom bridges" href="/builders/app-developers/bridging/custom-bridge" />

<Card title="Sending data between l1 and l2" href="/builders/app-developers/bridging/messaging" />

<Card title="Using the standard bridge" href="/builders/app-developers/bridging/standard-bridge" />
</Cards>
</Cards>
4 changes: 3 additions & 1 deletion pages/builders/app-developers/contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ This section provides information on solidity compatibility, contract optimizati

<Cards>
<Card title="Solidity compatibility" href="/builders/app-developers/contracts/compatibility" />

<Card title="Contract optimization on op mainnet" href="/builders/app-developers/contracts/optimization" />

<Card title="Using op mainnet system contracts" href="/builders/app-developers/contracts/system-contracts" />
</Cards>
</Cards>
3 changes: 2 additions & 1 deletion pages/builders/app-developers/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ This section provides information on open source code repo for op stack builders

<Cards>
<Card title="Open source code repo for op stack builders" href="/builders/app-developers/tools/ecosystem-overview" />

<Card title="Supersim" href="/builders/app-developers/tools/supersim" />
</Cards>
</Cards>
6 changes: 5 additions & 1 deletion pages/builders/app-developers/transactions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ This section provides information on estimating transaction fees on op mainnet,

<Cards>
<Card title="Estimating transaction fees on op mainnet" href="/builders/app-developers/transactions/estimates" />

<Card title="Fees" href="/builders/app-developers/transactions/fees" />

<Card title="Setting transaction gas parameters on op mainnet" href="/builders/app-developers/transactions/parameters" />

<Card title="Transaction statuses on op mainnet" href="/builders/app-developers/transactions/statuses" />

<Card title="Troubleshooting transactions" href="/builders/app-developers/transactions/troubleshooting" />
</Cards>
</Cards>
11 changes: 10 additions & 1 deletion pages/builders/app-developers/tutorials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,22 @@ This section provides information on bridging erc 20 tokens to op mainnet with t

<Cards>
<Card title="Bridging erc 20 tokens to op mainnet with the optimism sdk" href="/builders/app-developers/tutorials/cross-dom-bridge-erc20" />

<Card title="Bridging eth to op mainnet with the optimism sdk" href="/builders/app-developers/tutorials/cross-dom-bridge-eth" />

<Card title="Communicating between op mainnet and ethereum in solidity" href="/builders/app-developers/tutorials/cross-dom-solidity" />

<Card title="Deploying your first contract on op mainnet" href="/builders/app-developers/tutorials/first-contract" />

<Card title="Estimating transaction costs on op mainnet" href="/builders/app-developers/tutorials/sdk-estimate-costs" />

<Card title="Tracing deposits and withdrawals" href="/builders/app-developers/tutorials/sdk-trace-txns" />

<Card title="Viewing deposits and withdrawals by address" href="/builders/app-developers/tutorials/sdk-view-txns" />

<Card title="Triggering op mainnet transactions from ethereum" href="/builders/app-developers/tutorials/send-tx-from-eth" />

<Card title="Bridging your custom erc 20 token using the standard bridge" href="/builders/app-developers/tutorials/standard-bridge-custom-token" />

<Card title="Bridging your standard erc 20 token using the standard bridge" href="/builders/app-developers/tutorials/standard-bridge-standard-token" />
</Cards>
</Cards>
3 changes: 2 additions & 1 deletion pages/builders/cex-wallet-developers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ This section provides information on supporting op mainnet in your exchange and

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

<Card title="Supporting op mainnet in your wallet" href="/builders/cex-wallet-developers/wallet-support" />
</Cards>
</Cards>
10 changes: 9 additions & 1 deletion pages/builders/chain-operators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,20 @@ This section provides information on chain architecture, configuration, deploy,

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

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

<Card title="Deploy" href="/builders/chain-operators/deploy" />

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

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

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

<Card title="How to start a self Hosted chain" href="/builders/chain-operators/self-hosted" />

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

<Card title="Tutorials" href="/builders/chain-operators/tutorials" />
</Cards>
</Cards>
5 changes: 4 additions & 1 deletion pages/builders/chain-operators/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ This section provides information on batcher configuration, chain operator confi

<Cards>
<Card title="Batcher configuration" href="/builders/chain-operators/configuration/batcher" />

<Card title="Chain operator configurations" href="/builders/chain-operators/configuration/overview" />

<Card title="Proposer configuration" href="/builders/chain-operators/configuration/proposer" />

<Card title="Rollup deployment configuration" href="/builders/chain-operators/configuration/rollup" />
</Cards>
</Cards>
4 changes: 3 additions & 1 deletion pages/builders/chain-operators/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ This section provides information on op stack genesis creation, op stack deploym

<Cards>
<Card title="Op stack genesis creation" href="/builders/chain-operators/deploy/genesis" />

<Card title="Op stack deployment overview" href="/builders/chain-operators/deploy/overview" />

<Card title="Op stack smart contract deployment" href="/builders/chain-operators/deploy/smart-contracts" />
</Cards>
</Cards>
6 changes: 5 additions & 1 deletion pages/builders/chain-operators/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ This section provides information on how to run an alt da mode chain, bridged us

<Cards>
<Card title="How to run an alt Da mode chain" href="/builders/chain-operators/features/alt-da-mode" />

<Card title="Bridged usdc standard on the op stack" href="/builders/chain-operators/features/bridged-usdc-standard" />

<Card title="How to run a custom gas token chain" href="/builders/chain-operators/features/custom-gas-token" />

<Card title="Op stack preinstalls" href="/builders/chain-operators/features/preinstalls" />

<Card title="Span batches" href="/builders/chain-operators/features/span-batches" />
</Cards>
</Cards>
7 changes: 6 additions & 1 deletion pages/builders/chain-operators/hacks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ This section provides information on data availability hacks, derivation hacks,

<Cards>
<Card title="Data availability hacks" href="/builders/chain-operators/hacks/data-availability" />

<Card title="Derivation hacks" href="/builders/chain-operators/hacks/derivation" />

<Card title="Execution hacks" href="/builders/chain-operators/hacks/execution" />

<Card title="Featured hacks" href="/builders/chain-operators/hacks/featured-hacks" />

<Card title="Introduction to op stack hacks" href="/builders/chain-operators/hacks/overview" />

<Card title="Settlement hacks" href="/builders/chain-operators/hacks/settlement" />
</Cards>
</Cards>
7 changes: 6 additions & 1 deletion pages/builders/chain-operators/management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ This section provides information on chain operator best practices, using blobs,

<Cards>
<Card title="Chain operator best practices" href="/builders/chain-operators/management/best-practices" />

<Card title="Using blobs" href="/builders/chain-operators/management/blobs" />

<Card title="Managing your keys" href="/builders/chain-operators/management/key-management" />

<Card title="Rollup operations" href="/builders/chain-operators/management/operations" />

<Card title="Using snap sync for chain operators" href="/builders/chain-operators/management/snap-sync" />

<Card title="Troubleshooting: chain operations" href="/builders/chain-operators/management/troubleshooting" />
</Cards>
</Cards>
6 changes: 5 additions & 1 deletion pages/builders/chain-operators/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ This section provides information on chain monitoring options, deploying a block

<Cards>
<Card title="Chain monitoring options" href="/builders/chain-operators/tools/chain-monitoring" />

<Card title="Deploying a block explorer" href="/builders/chain-operators/tools/explorer" />

<Card title="How to configure challenger for your chain" href="/builders/chain-operators/tools/op-challenger" />

<Card title="Conductor" href="/builders/chain-operators/tools/op-conductor" />

<Card title="Deployer" href="/builders/chain-operators/tools/op-deployer" />
</Cards>
</Cards>
7 changes: 6 additions & 1 deletion pages/builders/chain-operators/tutorials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ This section provides information on adding attributes to the derivation functio

<Cards>
<Card title="Adding attributes to the derivation function" href="/builders/chain-operators/tutorials/adding-derivation-attributes" />

<Card title="Adding a precompile" href="/builders/chain-operators/tutorials/adding-precompiles" />

<Card title="Creating your own l2 rollup testnet" href="/builders/chain-operators/tutorials/create-l2-rollup" />

<Card title="Integrating a new da layer with alt Da" href="/builders/chain-operators/tutorials/integrating-da-layer" />

<Card title="Modifying predeployed contracts" href="/builders/chain-operators/tutorials/modifying-predeploys" />

<Card title="Using the optimism sdk" href="/builders/chain-operators/tutorials/sdk" />
</Cards>
</Cards>
9 changes: 8 additions & 1 deletion pages/builders/node-operators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,18 @@ This section provides information on node architecture, configuration, json rpc

<Cards>
<Card title="Node architecture" href="/builders/node-operators/architecture" />

<Card title="Configuration" href="/builders/node-operators/configuration" />

<Card title="Json Rpc api" href="/builders/node-operators/json-rpc" />

<Card title="Management" href="/builders/node-operators/management" />

<Card title="Network upgrade overview" href="/builders/node-operators/network-upgrades" />

<Card title="Node software releases" href="/builders/node-operators/releases" />

<Card title="How to run a node in the superchain" href="/builders/node-operators/rollup-node" />

<Card title="Tutorials" href="/builders/node-operators/tutorials" />
</Cards>
</Cards>
4 changes: 3 additions & 1 deletion pages/builders/node-operators/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ This section provides information on node base configuration, consensus layer co

<Cards>
<Card title="Node base configuration" href="/builders/node-operators/configuration/base-config" />

<Card title="Consensus layer configuration options (op Node)" href="/builders/node-operators/configuration/consensus-config" />

<Card title="Execution layer configuration options (op Geth)" href="/builders/node-operators/configuration/execution-config" />
</Cards>
</Cards>
6 changes: 5 additions & 1 deletion pages/builders/node-operators/management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ This section provides information on using blobs, node metrics and monitoring, u

<Cards>
<Card title="Using blobs" href="/builders/node-operators/management/blobs" />

<Card title="Node metrics and monitoring" href="/builders/node-operators/management/metrics" />

<Card title="Using snap sync for node operators" href="/builders/node-operators/management/snap-sync" />

<Card title="Node snapshots" href="/builders/node-operators/management/snapshots" />

<Card title="Node troubleshooting" href="/builders/node-operators/management/troubleshooting" />
</Cards>
</Cards>
5 changes: 4 additions & 1 deletion pages/builders/node-operators/tutorials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ This section provides information on running an op mainnet node from source, run

<Cards>
<Card title="Running an op mainnet node from source" href="/builders/node-operators/tutorials/mainnet" />

<Card title="Running a node with docker" href="/builders/node-operators/tutorials/node-from-docker" />

<Card title="Building a node from source" href="/builders/node-operators/tutorials/node-from-source" />

<Card title="Running an op sepolia node from source" href="/builders/node-operators/tutorials/testnet" />
</Cards>
</Cards>
4 changes: 3 additions & 1 deletion pages/builders/notices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ This section provides information on preparing for fault proofs breaking changes

<Cards>
<Card title="Preparing for fault proofs breaking changes" href="/builders/notices/fp-changes" />

<Card title="Preparing for granite breaking changes" href="/builders/notices/granite-changes" />

<Card title="Sdk Deprecation" href="/builders/notices/sdk-deprecation" />
</Cards>
</Cards>
7 changes: 6 additions & 1 deletion pages/builders/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ This section provides information on build, connect, fjord fee parameter calcula

<Cards>
<Card title="Build" href="/builders/tools/build" />

<Card title="Connect" href="/builders/tools/connect" />

<Card title="Fjord fee parameter calculator" href="/builders/tools/fee-calculator" />

<Card title="Monitor" href="/builders/tools/monitor" />

<Card title="Op tools" href="/builders/tools/op-tools" />

<Card title="Developer tools" href="/builders/tools/overview" />
</Cards>
</Cards>
6 changes: 5 additions & 1 deletion pages/builders/tools/build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ This section provides information on account abstraction, block explorers, testn

<Cards>
<Card title="Account abstraction" href="/builders/tools/build/account-abstraction" />

<Card title="Block explorers" href="/builders/tools/build/block-explorers" />

<Card title="Testnet faucets" href="/builders/tools/build/faucets" />

<Card title="Op mainnet nft tools" href="/builders/tools/build/nft-tools" />

<Card title="Oracles" href="/builders/tools/build/oracles" />
</Cards>
</Cards>
3 changes: 2 additions & 1 deletion pages/builders/tools/connect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ This section provides information on networks and rpc & node providers. You'll f

<Cards>
<Card title="Networks" href="/builders/tools/connect/networks" />

<Card title="Rpc & node providers" href="/builders/tools/connect/rpc-providers" />
</Cards>
</Cards>
3 changes: 2 additions & 1 deletion pages/builders/tools/monitor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ This section provides information on analytics tools and accessing pre regenesis

<Cards>
<Card title="Analytics tools" href="/builders/tools/monitor/analytics-tools" />

<Card title="Accessing pre Regenesis history" href="/builders/tools/monitor/regenesis-history" />
</Cards>
</Cards>
5 changes: 2 additions & 3 deletions pages/builders/tools/op-tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { Card, Cards } from 'nextra/components'

# Op Tools

This section provides information on .
This section provides information on .

<Cards>
</Cards>
<Cards />
9 changes: 8 additions & 1 deletion pages/chain/identity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,18 @@ This section provides information on build decentralized identity apps with atte

<Cards>
<Card title="Build decentralized identity apps with attestations" href="/chain/identity/about-attestations" />

<Card title="Attestation apps" href="/chain/identity/applications" />

<Card title="Eas contracts" href="/chain/identity/contracts-eas" />

<Card title="Individuals" href="/chain/identity/individuals" />

<Card title="Organizations" href="/chain/identity/organizations" />

<Card title="Introduction" href="/chain/identity/overview" />

<Card title="Projects" href="/chain/identity/projects" />

<Card title="Schemas" href="/chain/identity/schemas" />
</Cards>
</Cards>
Loading

0 comments on commit b832d2f

Please sign in to comment.