JS SDK Configuration

Symbiosis JS SDK Configuration

If you want to understand how all these smart-contracts listed in the configurations interact, please refer to Symbiosis Routing Contracts

The entry point of Symbiosis JS SDK is to create an instance of the 'Symbiosis' class that takes a config preset 'mainnet' or an object of Config type as a parameter.

const symbiosis = new Symbiosis('mainnet' | config, clientId) 

Note on Testnet: While a Testnet environment exists for testing purposes, functionality verified on Testnet does not guarantee the same behavior on Mainnet. We strongly recommend testing directly on Mainnet using low-cost networks and small token amounts.

Last updated

Was this helpful?