For the complete documentation index, see llms.txt. This page is also available as Markdown.

JS SDK Configuration

Symbiosis JS SDK Configuration

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?