SDK
how to get started with Oumla SDK
Firstly, we need to install the SDK.
The following is a typescript/javascript SDK. Soon we will support java and python SDKs.
using npm
npm i @oumla/sdk
using pnpm
pnpm add @oumla/sdk
using yarn
yarn add @oumla/sdk
Last updated