Oumla Docs
  • Quick start
  • Introduction
  • Security
  • Networks
  • Authentication
  • Use cases
  • SDK
    • Oumla client
    • Create a Profile
    • Getting Profiles
    • Generate a Wallet
    • Getting Wallets
    • Generate Addresses
    • Getting Addresses
    • Getting Transactions
    • Sending Transactions
    • SDK reference
  • API Reference
    • Organization routes
    • Profiles routes
    • Wallet routes
    • Addresses routes
    • Transactions routes
  • Types
  • FAQs
Powered by GitBook
On this page

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
PreviousUse casesNextOumla client

Last updated 9 months ago