Skip to content

Installation

Install the BWS X SDK using your preferred package manager.

Requirements

  • Node.js: 18.0.0 or higher
  • npm, yarn, or pnpm

Install Package

bash
npm install @blockchain-web-services/bws-x-sdk-node
bash
yarn add @blockchain-web-services/bws-x-sdk-node
bash
pnpm add @blockchain-web-services/bws-x-sdk-node

Verify Installation

After installation, verify the package is available:

typescript
import { XTwitterClient } from '@blockchain-web-services/bws-x-sdk-node';

console.log('SDK imported successfully!');

Next Steps

Released under the MIT License.