This repository was archived by the owner on Mar 11, 2025. It is now read-only.
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Update "Install the SDK" Documentation for SDK V3 #169
Open
Description
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:
npm install @buildwithsygma/bitcoin @buildwithsygma/evm @buildwithsygma/substrate
To install using yarn, run the following command:
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.
Metadata
Metadata
Assignees
Labels
No labels