Skip to content

Commit bc8d6f8

Browse files
committed
update
1 parent c66d5f6 commit bc8d6f8

39 files changed

+144
-153
lines changed

src/content/ccip/tutorials/evm/ccipreceive-gaslimit.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ section: ccip
33
date: Last Modified
44
title: "Optimizing Gas Limit Settings in CCIP Messages"
55
metadata:
6-
description: "Optimize Chainlink CCIP gas costs. Learn to estimate the ccipReceive gas limit using local setups (Hardhat/Foundry), testnets, and offchain tools."
6+
description: "Optimize CCIP gas limits. Estimate ccipReceive gas locally (Hardhat/Foundry), validate on testnets, and use offchain tools for accurate budgeting."
77
image: "/images/ccip/basic-architecture.png"
8-
excerpt: "Gas optimization, Gas estimation, ccipReceive function, Performance optimization, Local testing, Solidity, Hardhat, Foundry, Remix, MetaMask, CCIP Explorer, Tenderly"
8+
excerpt: "gas limit, estimation, ccipReceive, Hardhat, Foundry, Tenderly, CCIP"
99
datePublished: "2024-03-25"
1010
lastModified: "2025-05-19"
11-
estimatedTime: "60 minutes"
11+
estimatedTime: "45 minutes"
1212
difficulty: "advanced"
1313
---
1414

src/content/ccip/tutorials/evm/cross-chain-tokens/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ date: Last Modified
44
title: "Cross-Chain Token (CCT) Tutorials"
55
isIndex: true
66
metadata:
7-
description: "Make tokens CCIP-compatible with the Cross-Chain Token (CCT) standard. Tutorials cover deploying new or enabling existing tokens using Remix, Hardhat, or Foundry for EOA/Safe accounts with Burn/Lock & Mint."
8-
excerpt: "Create CCT, create cross chain token, deploy cross chain token, enable token for CCIP, make token cross chain compatible, cross chain token tutorial"
7+
description: "Make ERC-20 tokens CCIPcompatible with the CCT standard. Learn deployment, pool setup, admin registration, configuration, and end‑to‑end testing."
8+
excerpt: "Create CCT, create cross chain token, deploy cross chain token, enable token for CCIP, make token cross chain compatible, cross chain token tutorial, ERC-20, ERC20, token, CCIP, CCT"
99
image: "/images/ccip/CCIP_enabled_tokens_flowchart.jpg"
1010
datePublished: "2024-10-29"
1111
lastModified: "2025-05-19"
12-
estimatedTime: "60-120 minutes"
13-
difficulty: "advanced"
12+
estimatedTime: "50 minutes"
13+
difficulty: "intermediate"
1414
---
1515

1616
import { Aside, ClickToZoom } from "@components"

src/content/ccip/tutorials/evm/cross-chain-tokens/register-from-eoa-burn-mint-foundry.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ section: ccip
33
date: Last Modified
44
title: "Enable your tokens in CCIP (Burn & Mint): Register from an EOA using Foundry"
55
metadata:
6-
description: "Enable tokens for Chainlink CCIP using Foundry and the Burn & Mint mechanism. Learn to deploy tokens, set up pools, register admin roles (EOA), and test cross-chain transfers."
6+
description: "Enable ERC-20 tokens in CCIP (Burn & Mint) with Foundry. Deploy contracts, set pools, register admin, configure, and validate transfers end‑to‑end."
77
image: "/images/ccip/CCIP_enabled_tokens_flowchart.jpg"
8-
excerpt: "Cross-chain tokens, Burn and mint, Token pools, EOA registration, Foundry, Solidity, MetaMask, CCIP Explorer"
8+
excerpt: "Burn & Mint, Foundry, ERC-20, ERC20, token pools, admin, CCIP, validation"
99
datePublished: "2024-10-29"
1010
lastModified: "2025-05-19"
11-
estimatedTime: "90 minutes"
12-
difficulty: "advanced"
11+
estimatedTime: "40 minutes"
12+
difficulty: "intermediate"
1313
---
1414

1515
import { Aside, PageTabs } from "@components"

src/content/ccip/tutorials/evm/cross-chain-tokens/register-from-eoa-burn-mint-hardhat.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ section: ccip
33
date: Last Modified
44
title: "Enable your tokens in CCIP (Burn & Mint): Register from an EOA using Hardhat"
55
metadata:
6-
description: "Enable tokens for Chainlink CCIP using Hardhat and the Burn & Mint mechanism. Learn to deploy tokens, set up pools, register admin roles (EOA), and test cross-chain transfers."
6+
description: "Enable ERC-20 tokens in CCIP (Burn & Mint) with Hardhat. Deploy token, create pools, register admin, configure limits, and test crosschain transfers."
77
image: "/images/ccip/CCIP_enabled_tokens_flowchart.jpg"
8-
excerpt: "Cross-chain tokens, Burn and mint, Token pools, EOA registration, Hardhat, Solidity, MetaMask, CCIP Explorer"
8+
excerpt: "Burn & Mint, Hardhat, ERC-20, ERC20, token pools, admin registry, CCIP, testing"
99
datePublished: "2024-10-29"
1010
lastModified: "2025-05-19"
11-
estimatedTime: "90 minutes"
12-
difficulty: "advanced"
11+
estimatedTime: "40 minutes"
12+
difficulty: "intermediate"
1313
---
1414

1515
import { Aside, PageTabs } from "@components"

src/content/ccip/tutorials/evm/cross-chain-tokens/register-from-eoa-lock-mint-foundry.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ section: ccip
33
date: Last Modified
44
title: "Enable your tokens in CCIP (Lock & Mint): Register from an EOA using Foundry"
55
metadata:
6-
description: "Enable tokens for Chainlink CCIP using Foundry and the Lock & Mint mechanism. Learn to deploy tokens, set up Lock/Burn pools, register admin roles (EOA), and test cross-chain transfers."
6+
description: "Enable ERC-20 tokens in CCIP (Lock & Mint) with Foundry. Deploy/configure pools, register admin, set limits, and verify transfers across networks."
77
image: "/images/ccip/CCIP_enabled_tokens_flowchart.jpg"
8-
excerpt: "Cross-chain tokens, Lock and mint, Token pools, EOA registration, Foundry, Solidity, MetaMask, CCIP Explorer"
8+
excerpt: "Lock & Mint, Foundry, ERC-20, ERC20, pools, admin, limits, cross‑chain, CCIP"
99
datePublished: "2024-10-29"
1010
lastModified: "2025-05-19"
11-
estimatedTime: "90 minutes"
12-
difficulty: "advanced"
11+
estimatedTime: "40 minutes"
12+
difficulty: "intermediate"
1313
---
1414

1515
import { Aside, PageTabs } from "@components"

src/content/ccip/tutorials/evm/cross-chain-tokens/register-from-eoa-lock-mint-hardhat.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ section: ccip
33
date: Last Modified
44
title: "Enable your tokens in CCIP (Lock & Mint): Register from an EOA using Hardhat"
55
metadata:
6-
description: "Enable tokens for Chainlink CCIP using Hardhat and the Lock & Mint mechanism. Learn to deploy tokens, set up Lock/Burn pools, register admin roles (EOA), and test cross-chain transfers."
6+
description: "Enable ERC-20 tokens in CCIP (Lock & Mint) with Hardhat. Configure lock/release + burn/mint pools, register admin, and test crosschain token movement."
77
image: "/images/ccip/CCIP_enabled_tokens_flowchart.jpg"
8-
excerpt: "Cross-chain tokens, Lock and mint, Token pools, EOA registration, Hardhat, Solidity, MetaMask, CCIP Explorer"
8+
excerpt: "Lock & Mint, Hardhat, ERC-20, ERC20, pools, admin, cross‑chain tokens, CCIP"
99
datePublished: "2024-10-29"
1010
lastModified: "2025-05-19"
11-
estimatedTime: "90 minutes"
12-
difficulty: "advanced"
11+
estimatedTime: "40 minutes"
12+
difficulty: "intermediate"
1313
---
1414

1515
import { Aside, PageTabs } from "@components"

src/content/ccip/tutorials/evm/cross-chain-tokens/register-from-eoa-remix.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ section: ccip
33
date: Last Modified
44
title: "Deploy & Register Cross-Chain Tokens with Remix IDE"
55
metadata:
6-
description: "Deploy & register CCIP cross-chain tokens using Remix IDE and the CCT standard. Step-by-step guide covers token deployment, pool configuration, and cross-chain setup. No local dev environment needed."
6+
description: "Deploy and register CCIP crosschain ERC-20 tokens using Remix IDE. Configure pools, register admin roles, and complete setup without local tooling."
77
image: "/images/ccip/CCIP_enabled_tokens_flowchart.jpg"
8-
excerpt: "Cross-chain tokens, CCT standard, Token deployment, Token pools, Remix IDE, Solidity, MetaMask, CCIP Explorer"
8+
excerpt: "Remix IDE, CCT, ERC-20, ERC20, token pools, admin, CCIP setup, no local env"
99
datePublished: "2024-10-29"
1010
lastModified: "2025-05-19"
11-
estimatedTime: "75 minutes"
11+
estimatedTime: "40 minutes"
1212
difficulty: "intermediate"
1313
---
1414

src/content/ccip/tutorials/evm/cross-chain-tokens/register-from-safe-burn-mint-hardhat.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ section: ccip
33
date: Last Modified
44
title: "Enable your tokens in CCIP (Burn & Mint): Register from Safe multisig using Hardhat"
55
metadata:
6-
description: "Enable tokens for Chainlink CCIP using Hardhat, Safe Multisig, and the Burn & Mint mechanism. Learn to deploy tokens, set up pools, register admin roles (Safe), and test cross-chain transfers."
6+
description: "Enable ERC-20 tokens in CCIP (Burn & Mint) with Hardhat and Safe multisig. Deploy ERC‑20, set up pools, register Safe as admin, configure limits, and test crosschain transfers."
77
image: "/images/ccip/CCIP_enabled_tokens_flowchart.jpg"
8-
excerpt: "Cross-chain tokens, Burn and mint, Safe multisig, Token pools, Hardhat, Solidity, Safe Wallet, CCIP Explorer"
8+
excerpt: "Burn & Mint, ERC‑20, ERC20, Safe multisig, token pools, Hardhat, admin, limits, CCIP"
99
datePublished: "2024-10-29"
1010
lastModified: "2025-05-19"
11-
estimatedTime: "120 minutes"
11+
estimatedTime: "45 minutes"
1212
difficulty: "advanced"
1313
---
1414

src/content/ccip/tutorials/evm/cross-chain-tokens/update-rate-limiters-foundry.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ section: ccip
33
date: Last Modified
44
title: "Set Token Pool rate limits using Foundry"
55
metadata:
6-
description: "Learn to update Chainlink CCIP token pool rate limiters using Foundry. Review existing settings and configure outbound/inbound limits for cross-chain token transfers."
6+
description: "Update CCIP token pool rate limiters with Foundry. Inspect settings, adjust limits, and verify secure operation across supported routes."
77
image: "/images/ccip/basic-architecture.png"
8-
excerpt: "Rate limiters, Token pools, Security configuration, Cross-chain limits, Foundry, Solidity, MetaMask, CCIP Explorer"
8+
excerpt: "rate limiter, Foundry, ERC-20, ERC20, token pool, limits, secure, CCIP"
99
datePublished: "2024-10-29"
1010
lastModified: "2025-05-19"
11-
estimatedTime: "45 minutes"
12-
difficulty: "advanced"
11+
estimatedTime: "20 minutes"
12+
difficulty: "intermediate"
1313
---
1414

1515
import { Aside, PageTabs, CopyText } from "@components"

src/content/ccip/tutorials/evm/cross-chain-tokens/update-rate-limiters-hardhat.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ section: ccip
33
date: Last Modified
44
title: "Set Token Pool rate limits using Hardhat"
55
metadata:
6-
description: "Learn to update Chainlink CCIP token pool rate limiters using Hardhat. Review existing settings and configure outbound/inbound limits for cross-chain token transfers."
6+
description: "Update CCIP ERC-20 token pool rate limiters with Hardhat. Review current config, set outbound/inbound limits, and apply changes safely across chains."
77
image: "/images/ccip/basic-architecture.png"
8-
excerpt: "Rate limiters, Token pools, Security configuration, Cross-chain limits, Hardhat, Solidity, MetaMask, CCIP Explorer"
8+
excerpt: "rate limiter, Hardhat, ERC-20, ERC20, token pool, outbound, inbound, configuration"
99
datePublished: "2024-10-29"
1010
lastModified: "2025-05-19"
11-
estimatedTime: "45 minutes"
12-
difficulty: "advanced"
11+
estimatedTime: "20 minutes"
12+
difficulty: "intermediate"
1313
---
1414

1515
import { Aside, PageTabs, CopyText } from "@components"

0 commit comments

Comments
 (0)