Cross Chain Swap
1. CrossChainQuote
crossChainQuote = async (params: CrossChainSwapParams)2. Execute Cross Chain Transfer
executeTransfer = async (params: ExecuteCrossChainTransferParams)3. Execute Cross Chain Claim
1 . POLYGON TO BSC
1.1 . Initialising SDK
1.2 . Getting Cross Chain Swap Quote
1.3 . Executing Transfer Instruction
1.4 . Execute Claim Instruction
1.5 . Redeeming tokens in case of failure
2 . APTOS TO SUI
2.1 . Initialising SDK
2.2 . Getting Cross Chain Swap Quote
2.3 . Executing Transfer Instruction
2.4 . Execute Claim Instruction
2.5 . Redeeming tokens in case of failure
3 . SOLANA TO APTOS
3.1 . Initialising SDK
3.2 . Getting Cross Chain Swap Quote
3.3 . Executing Transfer Instruction
3.4 . Execute Claim Instruction
3.5 . Redeeming tokens in case of failure
Last updated