Message-sharing is a mechanism for cross-chain messaging on blockchain networks.
See the contents of docs/message-sharing/smart-contract.md
See the contents of docs/message-sharing/dapp-deployment.md
What you need to know before looking at the examples, See the contents of docs/examples/attention.md
This is a simple example of message encoding and transmission. It demonstrates how to transmit messages between different blockchains, helping developers understand the basic concepts and implementation methods of cross-chain message transmission.
See the contents of docs/examples/message-channel/README.md
This example implements cross-chain functionality for NFTs following the ERC1155 and ERC721 standards. It shows how to transfer and manage NFTs across different blockchains, providing a solution for multi-chain NFT interoperability.
See the contents of docs/examples/nft-bridge/README.md
This example demonstrates cross-chain functionality for Native and ERC20 Tokens. It explains how to transfer and manage tokens between different blockchains, ensuring cross-chain liquidity and availability of tokens.
See the contents of docs/examples/token-bridge/README.md
This example implements multi-chain cashiering, aggregated chain order book, and cashier settlement functionalities. It shows how to manage and settle orders across multiple blockchains, helping developers build decentralized financial applications with cross-chain capabilities.
See the contents of docs/examples/orderbook/README.md
Detailed content for each example can be found in the respective documentation. These examples help developers better understand and implement multi-chain communication services.