From 5d5351a6ad712d6402f0c8f2c91dcc623bb9a260 Mon Sep 17 00:00:00 2001 From: aelmanaa Date: Mon, 9 Dec 2024 19:17:08 +0100 Subject: [PATCH] update --- .../cross-chain-tokens/register-from-eoa-remix.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/content/ccip/tutorials/cross-chain-tokens/register-from-eoa-remix.mdx b/src/content/ccip/tutorials/cross-chain-tokens/register-from-eoa-remix.mdx index 9064d152f44..0ca96fb71b6 100644 --- a/src/content/ccip/tutorials/cross-chain-tokens/register-from-eoa-remix.mdx +++ b/src/content/ccip/tutorials/cross-chain-tokens/register-from-eoa-remix.mdx @@ -31,6 +31,20 @@ import { GrantPrivilegesStep } from "@components/CCIP/TutorialBlockchainSelector This tutorial will guide you through enabling your tokens in CCIP using only your web browser and [Remix IDE](https://remix.ethereum.org). You'll learn how to deploy tokens and set up token pools without needing to install any development tools. +## How to Follow This Tutorial + +This is an interactive, step-by-step tutorial with progress tracking: + +- **Progress Tracking**: A navigation panel on the right shows your progress through the tutorial +- **Checkboxes**: Each step has a checkbox - mark it when you complete that step +- **Contract Addresses**: Some steps are automatically marked complete when you provide the deployed contract addresses +- **Sequential Flow**: Steps should be completed in order, as each builds upon the previous ones + + + ## Before You Begin