Skip to content

Conversation

@jadonamite
Copy link

Summary

Adds a cookbook guide for building a Burn and Mint Token Bridge using Chainlink CCIP.

Content

  • Author: @jadonamite
  • Stack: Chainlink CCIP, Foundry.
  • Key Features:
    • SourceBridge.sol: Implements Client.EVM2AnyMessage construction and burning logic.
    • DestinationBridge.sol: Implements CCIPReceiver and minting logic.
    • Usage of EVMExtraArgsV1 for gas limit management.
    • Role-based access control (BRIDGE_ROLE) for secure minting.

Motivation

Demonstrates how to build custom cross-chain token logic (Burn/Mint) using CCIP's arbitrary messaging capabilities, providing a clear alternative to standard Lock/Mint bridges.

Verification

  • Verified Chain Selectors for Base Sepolia (10344971235874465080) and Arbitrum Sepolia.
  • Verified Router addresses.
  • Tested compilation with smartcontractkit/ccip-contracts.

@cb-heimdall
Copy link
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants