DEVELOPER

Type definitions, endpoints, and events. This snippet is illustrative.

import { AureonSDK } from "@aureonlabs/sdk";
const sdk = new AureonSDK({ rpc: { eth, bnb, base, polygon, solana } });
const quote = await sdk.estimateRoute({ asset: "USDC", amount: "100", dstChain: "Solana" });
await sdk.transferToken({ asset: "USDC", amount: "100", dstChain: "Solana", recipient: "...", slippageBps: 30, fastPath: true });