anybody built anything yet with Chainlink CCIP ? I got a question , let's say I have a Dynamic NFT that has shit ton of data associated ( several nested mappings to the ids) , If I wanted to have the Mint functionality to be handled via a Single Counter for all chains , for eg:
token Id 1 : Eth
id 2: Polygon
id 3: Bsc
and so on , and their active state is shown via a getter of activeChain() that returns the chain credentials , now if let's say an User lends out the NFT to a contract from ETH to BSC , the data that needs to be bridged (associated with the id) is enormous and impossible within a function call due to gas limit , In this case how to handle the transfer of the specific needed data , like for eg Balances associated with the ID for EXAMPLECOIN1 , EXC2 . EXC3 for calculation of lending borrowing related data
Dec 1, 2023, 10:06 PM
In this case the data needs to be synced with all chains and that is causing problems
Dec 1, 2023, 10:10 PM