Getting started

Start your journey here!

Prerequisites

  1. Yarn npm i -g yarn

Initialize project

Initialize your javascript project with

yarn init

Or, if you have a React project initialize it with create-react-app or create-next-app for nextJS project.

Installing package

Install the javascript sdk

yarn add @eastsdk/sdk-js

If you are using React or NextJS, you can use the React component for easy integration

yarn add @eastsdk/react

Using the package

On your code, import the following to use the sdk-js

import EastSDK from "@eastsdk/sdk-js";

To begin your login page integration, go to the next page.

Last updated