Skip to main content

Installing The SDK

The SDK is written in TypeScript and can be used in both Node.js and browser environment.

To install the @buildwithsygma/sygma-sdk-core package, you can use either npm or yarn. To install using npm, run the following command:

npm install @buildwithsygma/sygma-sdk-core

To install using yarn, run the following command:

yarn add @buildwithsygma/sygma-sdk-core

That's it! Once you've installed the package, you can start using it in your project.