1️⃣Install SDK
Prerequisites
Node.js v16 or later
npm or yarn
Installing the package
To install the @protocolink/api package, run the following command:
npm install @protocolink/apior
yarn add @protocolink/apiThis will add the package to your project and save it to your package.json file.
Importing the package
To use the SDK in your project, import it as follows:
import * as api from '@protocolink/api';That's it! You can now start using the SDK in your project.
Last updated