NPM package repository. The easiest way is to install SDK with NPM.
Using CDN direct link. If your project is not supported by NPM, then you can use the CDN link to install SDK directly into your html file.
Install the package with the following line:
npm install @onechaintech/gamesdk
unpkg
<script src="https://unpkg.com/@onechaintech/gamesdk@latest/index.js"></script>
Last updated 2 years ago