Documentation Index
Fetch the complete documentation index at: https://nexaid.hashkey.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Installing the NexaID Network-JS-SDK
Welcome to the first step in integrating NexaID Network-JS-SDK into your project! This guide will walk you through the installation process and help you get started quickly.Prerequisites
Before you begin, make sure you have:- Node.js (version 18 or later) installed on your system
- npm (usually comes with Node.js) or yarn as your package manager
Installation Steps
1. Install the SDK
Open your terminal and navigate to your project directory. Then run one of the following commands:- Using npm:
- Using yarn:
2. Verify Installation
To ensure the SDK was installed correctly, you can check yourpackage.json file. You should see @nexaid/network-js-sdk listed in the dependencies section.
