@minespider/core-sdk
v2.4.1
Published
Public and decentralized protocol designed to transform the entire raw materials industry so that dark money and illicit practices become a shadow of the past
Readme
Minespider SDK 2.0
The official Minespider SDK for Javascript, available for browsers and mobile devices, or Node.js backends. For release notes, see the CHANGELOG.
Installing
In the Browser
To use the SDK in the browser, simply add the following script tag to your HTML pages:
<script src="https://unpkg.com/@minespider/[email protected]/dist/index.js"></script>In Node.js
The preferred way to install the Minespider SDK for Node.js is to use the npm package manager for Node.js. Simply type the following into a terminal window:
npm install @minespider/core-sdk