Page cover image

Step 1 - Install packages

Dependencies Installation:

  1. NPM package repository. The easiest way is to install SDK with NPM.

  2. 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.

Steps:

  1. Install the package with the following line:

npm install @onechaintech/gamesdk

Last updated