Skip to content

Remove viewing tutorials #1341

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion pages/app-developers/tutorials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ If you're a bit more familiar with the OP Stack and Ethereum, you can try walkin
<Cards>
<Card title="Estimating transaction costs on OP Stack" href="/app-developers/tutorials/transactions/sdk-estimate-costs" icon={<img src="/img/icons/shapes.svg" />} />
<Card title="Tracing deposits and withdrawals" href="/app-developers/tutorials/transactions/sdk-trace-txns" icon={<img src="/img/icons/shapes.svg" />} />
<Card title="Viewing deposits and withdrawals by address" href="/app-developers/tutorials/transactions/sdk-view-txns" icon={<img src="/img/icons/shapes.svg" />} />
<Card title="Triggering OP Stack transactions from Ethereum" href="/app-developers/tutorials/transactions/send-tx-from-eth" icon={<img src="/img/icons/shapes.svg" />} />
<Card title="Transaction tutorials" href="/app-developers/tutorials/transactions" icon={<img src="/img/icons/shapes.svg" />} />
</Cards>
Expand Down
1 change: 0 additions & 1 deletion pages/app-developers/tutorials/transactions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ This is a collection of app developer tutorials focused on transactions.
<Cards>
<Card title="Estimating transaction costs on OP Stack" href="/app-developers/tutorials/transactions/sdk-estimate-costs" icon={<img src="/img/icons/shapes.svg" />} />
<Card title="Tracing deposits and withdrawals" href="/app-developers/tutorials/transactions/sdk-trace-txns" icon={<img src="/img/icons/shapes.svg" />} />
<Card title="Viewing deposits and withdrawals by address" href="/app-developers/tutorials/transactions/sdk-view-txns" icon={<img src="/img/icons/shapes.svg" />} />
<Card title="Triggering OP Stack transactions from Ethereum" href="/app-developers/tutorials/transactions/send-tx-from-eth" icon={<img src="/img/icons/shapes.svg" />} />
</Cards>
1 change: 0 additions & 1 deletion pages/app-developers/tutorials/transactions/_meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"sdk-view-txns": "Viewing deposits and withdrawals by address",
"sdk-trace-txns": "Tracing deposits and withdrawals",
"sdk-estimate-costs": "Estimating transaction costs",
"send-tx-from-eth": "Triggering OP Mainnet transactions from Ethereum"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,3 @@ You can use viem's functions to trace a withdrawal.
## Next steps

* Check out the tutorial on [bridging ERC-20 tokens with the Optimism SDK](./cross-dom-bridge-erc20) to learn how to create deposits and withdrawals.
* You can also check out the tutorial on [viewing deposits and withdrawals by address](./sdk-view-txns) to find deposits and withdrawals to trace.
176 changes: 0 additions & 176 deletions pages/app-developers/tutorials/transactions/sdk-view-txns.mdx

This file was deleted.

2 changes: 0 additions & 2 deletions public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
/builders/dapp-developers/tutorials/cross-dom-bridge-eth /app-developers/tutorials/bridging/cross-dom-bridge-eth
/builders/dapp-developers/tutorials/cross-dom-bridge-erc20 /app-developers/tutorials/bridging/cross-dom-bridge-erc20
/builders/dapp-developers/tutorials/sdk-estimate-costs /app-developers/tutorials/transactions/sdk-estimate-costs
/builders/dapp-developers/tutorials/sdk-view-txns /app-developers/tutorials/transactions/sdk-view-txns
/builders/dapp-developers/tutorials/sdk-trace-txns /app-developers/tutorials/transactions/sdk-trace-txns
/builders/dapp-developers/tutorials/send-tx-from-eth /app-developers/tutorials/transactions/send-tx-from-eth
/builders/dapp-developers/tutorials/cross-dom-solidity /app-developers/tutorials/bridging/cross-dom-solidity
Expand Down Expand Up @@ -149,7 +148,6 @@
/app-developers/tutorials/cross-dom-bridge-eth /app-developers/tutorials/bridging/cross-dom-bridge-eth
/app-developers/tutorials/cross-dom-bridge-erc20 /app-developers/tutorials/bridging/cross-dom-bridge-erc20
/app-developers/tutorials/sdk-estimate-costs /app-developers/tutorials/transactions/sdk-estimate-costs
/app-developers/tutorials/sdk-view-txns /app-developers/tutorials/transactions/sdk-view-txns
/app-developers/tutorials/sdk-trace-txns /app-developers/tutorials/transactions/sdk-trace-txns
/app-developers/tutorials/send-tx-from-eth /app-developers/tutorials/transactions/send-tx-from-eth
/app-developers/tutorials/cross-dom-solidity /app-developers/tutorials/bridging/cross-dom-solidity
Expand Down
52 changes: 0 additions & 52 deletions public/tutorials/sdk-view-txns.js

This file was deleted.