SDK Overview The FLIP SDK enables developers to integrate bridging and cross-chain logic into dApps.
transfer()
Moves tokens between chains
sendMessage()
Sends data or smart-contract calls
getStatus()
Retrieves current transfer state
Example:
await flip.transfer({ from: "ETH", to: "POLYGON", amount: "10" });
Error Handling: All methods return structured responses to allow safe retries.
Last updated 3 months ago