Skip to content

Commit 39d042b

Browse files
committed
Add SEO fields and named addresses explanation section
1 parent 7fed7a1 commit 39d042b

File tree

21 files changed

+189
-19
lines changed

21 files changed

+189
-19
lines changed

src/content/ccip/concepts/architecture/onchain/aptos/components.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ date: Last Modified
44
title: "Onchain Architecture - Components (Aptos)"
55
metadata:
66
description: "Explore the onchain components of CCIP architecture on Aptos: Sender/Receiver, Router, OffRamp, FeeQuoter, Tokens, Token Pools, and RMN module details."
7+
image: "/images/ccip/concepts/architecture/ccip-aptos-source-chain.jpg"
8+
excerpt: "ccip aptos components, architecture, router module, offramp module, fee quoter, token pools, rmn module, token admin dispatcher, token admin registry, receiver dispatcher, receiver registry"
9+
datePublished: "2025-09-03"
10+
lastModified: "2025-09-03"
11+
difficulty: "advanced"
12+
estimatedTime: "35 minutes"
713
---
814

915
import { Aside } from "@components"

src/content/ccip/concepts/architecture/onchain/aptos/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ date: Last Modified
44
title: "CCIP Onchain Architecture (Aptos)"
55
metadata:
66
description: "Explore Chainlink CCIP's onchain architecture for Aptos. Learn about Move modules, components, message lifecycle, and upgradability strategies."
7+
image: "/images/ccip/concepts/architecture/ccip-aptos-source-chain.jpg"
8+
excerpt: "ccip aptos architecture, modules, router module, offramp module, fee quoter, token pools, rmn module, token admin dispatcher, token admin registry, receiver dispatcher, receiver registry"
9+
datePublished: "2025-09-03"
10+
lastModified: "2025-09-03"
711
isIndex: true
812
---
913

src/content/ccip/concepts/architecture/onchain/aptos/overview.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ date: Last Modified
44
title: "Onchain Architecture - Overview (Aptos)"
55
metadata:
66
description: "Get an overview of Chainlink CCIP's onchain architecture for Aptos. Learn key components, roles, and the typical lifecycle of a cross-chain message on Aptos."
7+
image: "/images/ccip/concepts/architecture/ccip-aptos-source-chain.jpg"
8+
excerpt: "ccip aptos overview, architecture, modules, router module, offramp module, fee quoter, token pools, rmn module, token admin dispatcher, token admin registry, receiver dispatcher, receiver registry"
9+
datePublished: "2025-09-03"
10+
lastModified: "2025-09-03"
11+
difficulty: "intermediate"
12+
estimatedTime: "20 minutes"
713
---
814

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

src/content/ccip/concepts/architecture/onchain/aptos/upgradability.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ date: Last Modified
44
title: "Onchain Architecture - Upgradability (Aptos)"
55
metadata:
66
description: "Learn about CCIP's upgradability strategy on Aptos, covering onchain configuration, module code upgrades, the timelocked review process and the cross-chain MCMS-based governance process."
7+
image: "/images/ccip/concepts/architecture/ccip-aptos-source-chain.jpg"
8+
excerpt: "ccip aptos upgradability module upgrades manychainmultisig timelock governance configuration changes module code upgrades upgrade authority backward compatibility secure evolution expedited approval"
9+
datePublished: "2025-09-03"
10+
lastModified: "2025-09-03"
11+
difficulty: "advanced"
12+
estimatedTime: "10 minutes"
713
---
814

915
Chainlink's Cross-Chain Interoperability Protocol (CCIP) is designed to evolve in response to new feature requests, security considerations, and the need to support additional blockchains over time. This requires a secure upgrade process that preserves CCIP's robust security while allowing for iterative improvements.

src/content/ccip/concepts/architecture/onchain/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ section: ccip
33
date: Last Modified
44
title: "Onchain Architecture"
55
metadata:
6-
description: "Learn about Chainlink CCIP's on‑chain architecture. Explore components specific to EVM-compatible chains and Solana."
6+
description: "Learn about Chainlink CCIP's on‑chain architecture. Explore components specific to EVM-compatible chains, Solana, and Aptos."
77
image: "/images/ccip/concepts/architecture/onchain-evm-architecture.jpg"
8-
excerpt: "ccip on‑chain architecture, evm smart contracts, solana programs, router, onramp, offramp, commit store, token pools, ccip receiver, cross‑chain components, blockchain interoperability"
8+
excerpt: "ccip on‑chain architecture, evm smart contracts, solana programs, aptos modules, router, onramp, offramp, commit store, token pools, ccip receiver, cross‑chain components, blockchain interoperability"
99
datePublished: "2025-05-19T11:22:47Z"
10-
lastModified: "2025-06-09T15:41:42Z"
10+
lastModified: "2025-09-03"
1111
isIndex: true
1212
---
1313

src/content/ccip/concepts/best-practices/aptos.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ date: Last Modified
44
title: "CCIP Best Practices (Aptos)"
55
metadata:
66
description: "Best practices for building secure and reliable cross-chain dApps using CCIP on Aptos. Includes destination/source verification, message handling, gas configuration, monitoring, multisig guidance, and Aptos-specific considerations for building secure cross-chain applications."
7+
image: "/images/ccip/ccip-hl-v1.6.gif"
8+
excerpt: "ccip aptos best practices, sender verification, message handling, extraArgs usage, gas configuration, receiver module deployment, multisig security, monitoring, and auditing guidance, ccip receive extra args"
9+
datePublished: "2025-09-03"
10+
lastModified: "2025-09-03"
11+
difficulty: "intermediate"
12+
estimatedTime: "35 minutes"
713
---
814

915
import { Aside } from "@components"

src/content/ccip/service-limits/aptos.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ date: Last Modified
44
title: "CCIP Service Limits (Aptos)"
55
metadata:
66
description: "Explore Chainlink CCIP service limits for the Aptos blockchain, including message size, gas limits, token transfers, and execution parameters for EVM-Aptos lanes."
7+
excerpt: "Chainlink CCIP, Aptos service limits, Aptos constraints, Message size limits, Token transfers, Cross-chain execution, Aptos parameters, EVM to Aptos, Aptos to EVM"
8+
datePublished: "2025-09-03"
9+
lastModified: "2025-09-03"
710
---
811

912
import { Aside } from "@components"

src/content/ccip/service-limits/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ date: Last Modified
44
title: "CCIP Service Limits"
55
metadata:
66
description: "Complete guide to Chainlink CCIP operational limits across all blockchain architectures. Covers EVM and Solana service constraints, network-specific limitations, message size limits, execution resources, and token transfer restrictions."
7-
excerpt: "Chainlink CCIP, Service limits, EVM constraints, Solana constraints, Gas limits, Message size limits, Token transfer limits, Crosschain limitations, Network constraints, CCIP parameters"
7+
excerpt: "Chainlink CCIP, Service limits, EVM constraints, Solana constraints, Aptos constraints, Gas limits, Message size limits, Token transfer limits, Cross-chain limitations, Network constraints, CCIP parameters"
88
datePublished: "2025-06-27"
9-
lastModified: "2025-06-27"
9+
lastModified: "2025-09-03"
1010
isIndex: true
1111
---
1212

1313
This section outlines the operational limits for Chainlink CCIP across different blockchain architectures.
1414

1515
- **[EVM Service Limits](/ccip/service-limits/evm)**: Service limits for Ethereum and other EVM-compatible blockchains.
1616
- **[Solana Service Limits](/ccip/service-limits/svm)**: Service limits for Solana.
17+
- **[Aptos Service Limits](/ccip/service-limits/aptos)**: Service limits for Aptos.
1718
- **[Network-Specific Limits](/ccip/service-limits/network-specific-limits)**: Documented network-specific limitations (all blockchain families).
1819

1920
Understanding these limits is essential for building reliable cross-chain applications that operate within CCIP's intended parameters.

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +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 on SVM based blockchains (e.g., Solana)"
8-
excerpt: "create cct create cross chain token create cross-chain token deploy cross chain token enable token for ccip make token cross chain compatible cross chain token tutorial svm solana"
7+
description: "Make tokens CCIP-compatible with the Cross-Chain Token (CCT) standard on Aptos."
8+
image: "/images/ccip/CCIP_enabled_tokens_flowchart.jpg"
9+
excerpt: "CCT, Aptos, cross-chain tokens, CCIP, Aptos FA, Fungible Asset, tutorials"
10+
datePublished: "2025-09-03"
11+
lastModified: "2025-09-03"
12+
estimatedTime: "10 minutes"
13+
difficulty: "advanced"
914
---
1015

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

src/content/ccip/tutorials/aptos/destination/arbitrary-messaging.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ title: "Arbitrary Messaging: EVM to Aptos"
55
isIndex: false
66
metadata:
77
description: "Learn how to send arbitrary data messages from an EVM chain to an Aptos module using Chainlink's Cross-Chain Interoperability Protocol (CCIP). This step-by-step tutorial guides you through configuring and executing data-only cross-chain messages."
8-
excerpt: "cross-chain arbitrary messaging evm to aptos ccip tutorial ethereum sepolia aptos module"
8+
image: "/images/ccip/concepts/architecture/ccip-aptos-destination-chain.jpg"
9+
excerpt: "arbitrary data, messaging, EVM→Aptos, LINK fees, logs"
10+
datePublished: "2025-09-03"
11+
lastModified: "2025-09-03"
12+
estimatedTime: "25 minutes"
13+
difficulty: "advanced"
914
---
1015

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

0 commit comments

Comments
 (0)