SDK provides a comprehensive collection of tools that enable developers and advanced teams

to connect Wallkit faster and in a more standardized way.

Quickstart

Learn how to use the JavaScript SDK

Reference

A list of all SDK methods


Welcome to Wallkit JS-SDK!

Here's our JavaScript SDK, which helps you easily integrate Wallkit into your website or app. This

quickstart will show you how to set up the SDK.

Installation


1. Download Wallkit official SDK from https://wallkit.net/

2. Use the package manager npm to install packages.

$ npm install
$ npm run build

Usage and integration


1. Include Wallkit SDK To Website/App

As HTML:

<script src="wallkit.umd.min.js"></script>