Getting started
The SDK initialization process will connect to the blockchain, fetch all relevant data and make it ready for further functionality and instructions.
The main point of interaction is the index.ts
file
Initialize the SDK with the Constructor.
Sync strategy data by calling startDataSync.
More detailed step by step guide on setting things up can be found here https://github.com/bancorprotocol/carbon-simulator/tree/main/resources/sdk
Last updated