# Getting started

The SDK initialization process will connect to the blockchain, fetch all relevant data and make it ready for further functionality and instructions.&#x20;

{% hint style="info" %}
The main point of interaction is the `index.ts` file&#x20;
{% endhint %}

* Initialize the SDK with the [Constructor](https://docs.carbondefi.xyz/developer-guides/carbon-defi-sdk/sdk-functions/constructor).
* Sync strategy data by calling [startDataSync](https://docs.carbondefi.xyz/developer-guides/carbon-defi-sdk/sdk-functions/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>
