SDK provides a comprehensive collection of tools that enable developers and advanced teams
to connect Wallkit faster and in a more standardized way.
Learn how to use the JavaScript 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.
1. Download Wallkit official SDK from https://wallkit.net/
2. Use the package manager npm to install packages.
$ npm install
$ npm run build
1. Include Wallkit SDK To Website/App
As HTML:
<script src="wallkit.umd.min.js"></script>