UNPKG

@glitterprotocol/glitter-sdk

Version:

The JavaScript SDK for Glitter

36 lines (23 loc) 1.15 kB
<p>&nbsp;</p> <p align="center"> </p> <p align="center"> The JavaScript SDK for Glitter </p> glitter-sdk is a JavaScript SDK for writing applications that interact with the Glitter blockchain from either Node.js, browser, or React Native environments and provides simple abstractions over core data structures, serialization, key management, and API request generation. ## Features - **Written in TypeScript**, with type definitions - Versatile support for key management solutions - Works in Node.js, in the browser, and React Native - Exposes the Glitter API through LCDClient - Parses responses into native JavaScript types We highly suggest using Glitter.js with TypeScript, or JavaScript in a code editor that has support for type declarations, so you can take advantage of the helpful type hints that are included with the package. ## Installation Grab the latest version off [NPM](https://www.npmjs.com/package/@glitterprotocol/glitter-sdk): ```sh npm install @glitterprotocol/glitter-sdk ``` ## License This software is licensed under the MIT license. See [LICENSE](./LICENSE) for full disclosure. © 2022 Glitterprotocol. <hr/>