UNPKG

@kazeblockchain/kazejs

Version:

Javascript libraries for Kaze wallet

52 lines (32 loc) 866 B
<p align="center"> <img src="https://kaze.solutions/content/static/img/general/logo.svg" width="125px;"> </p> <h1 align="center">Kazejs</h1> <p align="center"> KazeJs JavaScript SDK. </p> ## Overview This the Elisa Wallet's JS SDK for the Kaze blockchain platform. ## Getting started ### Installation Install the package using: ```js npm i @kazeblockchain/kazejs ``` ### Build ```js npm run build:dev ``` ### Tests ```js npm run test ``` ### Typescript The typescript declaration files are included _(no need of any @types/...)_. ## License - Open-source [MIT](https://github.com/KAZEBLOCKCHAIN/kazejs/blob/master/LICENSE.md). - Open-source [MIT](https://github.com/CityOfZion/neon-js/blob/master/LICENSE.md). - Main author is [Ethan Fast](https://github.com/Ejhfast). - Maintainer is [Yak Jun Xiang](https://github.com/snowypowers)