Learn how to integrate the Eco Routes SDK to enable cross-chain stablecoin transfers.
Install SDK
Create Transfer Intent
Request and Apply a Quote
Publish Intent
10
) to Base (Chain ID 8453
).
To create a simple stable send intent, create an instance of the RoutesService
and call createSimpleIntent
with the required parameters:
OpenQuotingClient
and selectCheapestQuote
functions.
Then, you can apply the quote by calling applyQuoteToIntent
on the RoutesService
instance:
viem
.