diff --git a/docs/builder/tutorials/index.md b/docs/builder/tutorials/index.md index dc1a45db..9d19467d 100644 --- a/docs/builder/tutorials/index.md +++ b/docs/builder/tutorials/index.md @@ -20,6 +20,9 @@ Hands-on walkthroughs for building on Miden. Every tutorial pairs with runnable Run a Miden node locally or on testnet with `midenup` and the node binary. + + Bridge assets between Miden and EVM chains (Sepolia testnet) with the Epoch protocol intent SDK. + ## Development helpers diff --git a/sidebars.ts b/sidebars.ts index a49f8da5..fe7d157a 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -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", ], }, ],