Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aelmanaa committed Dec 9, 2024
1 parent 5752772 commit 5d5351a
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

<Aside type="tip" title="Stay Organized">
Keep track of your deployed contract addresses - you'll need them throughout the tutorial. Each step will prompt you
when an address is required.
</Aside>

## Before You Begin

<PrerequisitesCard client:load />
Expand Down

0 comments on commit 5d5351a

Please sign in to comment.