We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The documentation should provide detailed instructions for installing SDK sub packages.
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.
The text was updated successfully, but these errors were encountered:
v2
v3
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: