Skip to main content

Install SDKs

This page explains how to install and update Macrometa SDKs.

Install SDKs

You have several options when installing this SDK.

With NPM:

npm install jsc8

If you want to use the SDK outside of the current directory, you can also install it globally using the --global flag:

npm install --global jsc8

To install the SDK in a notebook:

!npm install jsc8 --save

From GitHub source:

git clone https://github.com/macrometacorp/jsc8.git
cd jsC8
npm install
npm run dist

Check Installed SDK Version

To check which version of the SDK is currently installed, run the following command in your terminal:

npm view jsc8 version

Update SDKs

Run the following command in your terminal to update the SDK.

npm update jsC8

Reference

You can follow the following links for further reference regarding the SDK's: