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-nodebash
yarn add @blockchain-web-services/bws-x-sdk-nodebash
pnpm add @blockchain-web-services/bws-x-sdk-nodeVerify 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
- Getting Started - Basic setup and configuration
- Configuration - Configure the SDK
- Quick Start - Jump into code examples