JS SDK Configuration
Symbiosis JS SDK Configuration
const symbiosis = new Symbiosis('mainnet' | config, clientId) Last updated
Was this helpful?
Symbiosis JS SDK Configuration
Integrators and partners are expected to use the Symbiosis API for production integrations.
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?
Was this helpful?