Overview of Cross-chain Interoperability contracts
masterThe contracts/crosschain directory provides a suite of contracts designed for sending and receiving messages across different blockchain networks, adhering to the ERC-7786 standard.
These contracts are categorized into two main types:
- Message Handling Helpers: Contracts that facilitate the mechanics of cross-chain communication, such as linking contracts, executing remote transactions, and receiving messages via trusted gateways.
- Bridge Constructions: Specialized implementations for transferring specific token types (ERC-20, ERC-721, ERC-1155, and ERC-7802) across chains.
For detailed API documentation, visit the official OpenZeppelin documentation.