Installation
The Nord SDK (@n1xyz/nord-ts) is the official TypeScript library for interacting with the 01 Exchange. It runs on the N1 blockchain and provides a simple interface for trading, account management, and real-time data.
Prerequisites
Before you begin, ensure you have the following installed:
- Node.js: v16 or higher
- Package Manager: npm, pnpm, yarn, or bun
Install the SDK
Install the package using your preferred package manager.
pnpm
pnpm install @n1xyz/nord-ts @solana/web3.jsNote:
@solana/web3.jsis a required peer dependency for handling Solana connections and public keys.
Next Steps
Once installed, proceed to the Setup guide to initialize the client and create your first user.
Last updated on