radixdlt-js-lite
v0.1.8
Published
A Javascript lite Client library for interacting with a RADIX Distributed Ledger through the Desktop Wallet.
Downloads
20
Maintainers
Readme
radixdlt-js-lite
A Javascript lite Client library for interacting with a RADIX Distributed Ledger through the Desktop Wallet. For more information on RADIX, please see https://www.radixdlt.com.
Usage Guide
NOTE: Is higly recommended to use NVM
- Make sure you have NodeJS 8 installed
$ nvm install v8
$ nvm use v8
- Add the library to your project with the following command using
npm
oryarn
$ npm install --save radixdlt-js-lite
$ yarn add radixdlt-js-lite