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:
or
This 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:
That's it! You can now start using the SDK in your project.
Last updated