Installation

Installation

npm install @mocanetwork/airkit

Bundling

This module is distributed in 3 formats

  • esm build dist/airkit.esm.js is es6 format

  • commonjs build dist/airkit.cjs.js in es5 format

  • umd build dist/airkit.umd.min.js In ES5 format without polyfilling corejs minified

By default, the appropriate format is used for your specified use case. A different format can be used (if you know what you're doing) by referencing the correct file.

Let's get you started with integrating the AIR account

Refer to this GitHub Repo to understand the functionalities of the AIR Account SDK and setup the project locally.

Last updated