@mylozzax/changenow-exchange-integration
v1.3.1-alpha.0
Published
This module is used by the desktop, web and Android versions of the MyLozzax wallet to facilitate the exchange of LOZZ into other cryptocurrencies via ChangeNow.
Maintainers
Readme
#MyLozzax client-side ChangeNow integration ##Introduction
This npm module is used to facilitate the purchase of LOZZ using fiat currencies, as well as exchanging LOZZ into other cryptocurrencies via ChangeNow.
Adding to your project
- Run
npm i @mylozzax/mylozzax-exchange-changenow-integration - Copy example.apiKey.js to apiKey.js (apiKey.js is in the gitignore file to prevent someone accidentally uploading a sensitive key to source control)
- Edit apiKey.js, replacing the
keyvariable with your ChangeNow API key
For examples of how to use the module, refer to examples.js
