The documentation should provide detailed instructions for installing SDK sub packages. # Installing The SDK The SDK is written in TypeScript and can be used in both Node.js and browser environment. To install the SDK, you can use either npm or yarn. To install using npm, run the following command: ```sh npm install @buildwithsygma/bitcoin @buildwithsygma/evm @buildwithsygma/substrate ``` To install using yarn, run the following command: ```sh yarn add @buildwithsygma/bitcoin @buildwithsygma/evm @buildwithsygma/substrate ``` That's it! Once you've installed the package, you can start using it in your project.
The documentation should provide detailed instructions for installing SDK sub packages.
Installing The SDK
The SDK is written in TypeScript and can be used in both Node.js and browser environment.
To install the SDK, you can use either npm or yarn. To install using npm, run the following command:
To install using yarn, run the following command:
That's it! Once you've installed the package, you can start using it in your project.