Skip to content

Commit 3fb3da1

Browse files
authored
Merge pull request #144 from bitlayer-org/feature/2025-08-18-crosschain-protocol
update cross-chain infos
2 parents e6c0521 + ab58f00 commit 3fb3da1

1 file changed

Lines changed: 18 additions & 10 deletions

File tree

docs/Build/DeveloperResources/Cross-chain.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,29 @@ sidebar_position: 9
44

55
# Cross-chain Protocols
66

7-
## Introduction
7+
Several well-known general-purpose cross-chain protocols already support Bitlayer, including Chainlink CCIP and LayerZero.
8+
9+
## Chainlink CCIP
10+
11+
Chainlink CCIP is a blockchain interoperability protocol that enables developers to build secure applications that can transfer tokens, messages (data), or both tokens and messages across chains. For more infomation, refer to [docs of ccip](https://docs.chain.link/ccip).
12+
13+
### Getting Started
14+
15+
There are a couple of resources to get you started building cross-chain applications with CCIP:
16+
17+
- [Getting started(EVM)](https://docs.chain.link/ccip/getting-started/evm)
18+
- CCIP Directory: [CCIP Bitlayer infos](https://docs.chain.link/ccip/directory/mainnet/chain/bitcoin-mainnet-bitlayer-1)
19+
- [Cross-Chain Token Tutorials](https://docs.chain.link/ccip/tutorials/evm/cross-chain-tokens)
20+
21+
22+
## LayerZero
823

924
LayerZero delivers secure omnichain interoperability for Web3. It consists of an Oracle actor and a Relayer actor that work separately to provide secure messages from one chain to another. LayerZero's infrastructure enables dApp users to interact with any asset or application, on any connected chain, with one click.
1025

11-
## Getting Started
26+
### Getting Started
1227

1328
There are a couple of resources to get you started building cross-chain applications with LayerZero:
1429

1530
- See how to [send a LayerZero message](https://docs.layerzero.network/v1/developers/evm/evm-guides/send-messages).
1631
- Find examples on LayerZero's [Github](https://github.com/LayerZero-Labs/endpoint-v1-solidity-examples).
17-
- Learn how to [integrate LayerZero](https://docs.layerzero.network/v1/developers/evm/evm-guides/send-messages) into your contracts and look at the deployed contracts for [Mainnet](https://docs.layerzero.network/v2/developers/evm/technical-reference/deployed-contracts#bitlayer) and [Testnet](https://docs.layerzero.network/v2/developers/evm/technical-reference/deployed-contracts#bitlayer-testnet) usage.
18-
19-
## Contracts
20-
21-
See the list of LayerZero contracts deployed to Moonbeam, and the networks connected to Moonbeam through LayerZero.
22-
23-
- Mainnet Contracts - [Bitlayer](https://docs.layerzero.network/v2/developers/evm/technical-reference/deployed-contracts#bitlayer)
24-
- Testnet Contracts - [Bitlayer Testnet](https://docs.layerzero.network/v2/developers/evm/technical-reference/deployed-contracts#bitlayer-testnet)
32+
- Learn how to [integrate LayerZero](https://docs.layerzero.network/v1/developers/evm/evm-guides/send-messages) into your contracts and look at the deployed contracts for [Bitlayer Mainnet](https://docs.layerzero.network/v2/deployments/chains/bitlayer) usage.

0 commit comments

Comments
 (0)