🚀Quick Start
3
Config Api key (obtain api key)
Bridge.config({
apiKey: 'your api key'
});
4
5
Query bridge token
const navxSearchResult = await Bridge.searchSupportTokens(SuiChain.id, '0xa99b8952d4f7d947ea77fe0ecdcc9e5fc0bcab2841d6e2a5aa00c3044e5544b5::navx::NAVX')
const SUI_NAVX = navxSearchResult[0];
const usdcSearchResult = await Bridge.searchSupportTokens(SolanaChain.id, 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v');
const SolanaUSDC = usdcSearchResult[0];
7
Code Example
View Bridge Demo Example on GitHub
🚀
Last updated