Prerequisites
Before installing, make sure you have:- Node.js 18 or later recommended
- A package manager: npm, Yarn, or pnpm
- WalletSuite API key — see Credentials & Authentication
- GitHub personal access token with
read:packagesscope — the SDK is published to GitHub Packages, not the public npm registry
Configure the registry
The SDK is hosted on GitHub Packages, so npm needs to be told where to find it beforeinstall will work.
Create or update .npmrc in your project root:
.npmrc
install:
Install
- npm
- Yarn
- pnpm
Install with npm
Verify Installation
After installing, you should be able to import the SDK in your project.example.ts