Skip to content
Draft
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
3 changes: 3 additions & 0 deletions docs/builder/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Hands-on walkthroughs for building on Miden. Every tutorial pairs with runnable
<Card title="Miden node setup" href="./miden_node_setup" eyebrow="Operator">
Run a Miden node locally or on testnet with `midenup` and the node binary.
</Card>
<Card title="Bridging" href="./recipes/web/bridging_with_epoch_tutorial" eyebrow="Recipe · TypeScript">
Bridge assets between Miden and EVM chains (Sepolia testnet) with the Epoch protocol intent SDK.
</Card>
</CardGrid>

## Development helpers
Expand Down
1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ const sidebars: SidebarsConfig = {
"builder/tutorials/recipes/web/unauthenticated_note_how_to",
"builder/tutorials/recipes/web/foreign_procedure_invocation_tutorial",
"builder/tutorials/recipes/web/react_wallet_tutorial",
"builder/tutorials/recipes/web/bridging_with_epoch_tutorial",
],
},
],
Expand Down