Learning about Chainlink Cross-Chain Interoperability Protocol
- There are two contracts - 1 Sender.sol (deployed on sepolia) & 2. Receiver.sol (deployed on Mumbai)
- Sender.sol has a function - sendMessage which will be used to send message to other chain (mumbai here)
- Receiver.sol has a function - getLastReceivedMessageDetails which will be used to read last message
Deployment
- Deploy Sender contract on Sepolia chain and than Receiver contract on mumbai chain
- once contract is deployed transfer link token to contract to pay the fees