SDK Installation

Prerequisites

To follow this tutorial, ensure you have Node version 20 or later and npm version 8 or higher installed in your environment. You can download the latest LTS (Long Term Support) version from the Node.js official website.

Create a React/Next Project

First, create a react project using the below guide:

https://react.dev/learn/start-a-new-react-project

Install the Dependencies

While in the kor-ts-example folder, install the Kor Protocol SDK node package,

You can use any of the following package managers to install the dependencies:

npm install --save @kor_protocol/core-sdk

or

pnpm add @kor_protocol/core-sdk

or

yarn add @kor_protocol/core-sdk

Last updated