🟧
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)
- Testnet configuration (Soon)
Last modified 28d ago