Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@mymonero/changenow-exchange-integration

mymonero96BSD-3-Clause3.0.3

This module is used by the desktop, web and Android versions of the MyMonero wallet to facilitate the exchange of XMR into other cryptocurrencies via ChangeNow.

cryptocurrency-conversion, cryptocurrency-exchange, mymonero, xmrtobtc, monerotobitcoin, monero-to-bitcoin

readme

MyMonero

MyMonero client-side ChangeNow integration

:warning: This project is under heavy development. Expect bugs & breaking changes.


Usage

Installation

npm i @mymonero/mymonero-exchange-changenow-integration

Introduction

This npm module is used to facilitate the purchase of XMR using fiat currencies, as well as exchanging XMR into other cryptocurrencies via ChangeNow.

If you would like to integrate cryptocurrency exchange in your own software and earn an affiliate fee, please contact us via email at info@mymonero.com

Adding to your project

  1. Run npm i @mymonero/mymonero-exchange-changenow-integration
  2. 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)
  3. Edit apiKey.js, replacing the key variable with your ChangeNow API key

For examples of how to use the module, refer to examples.js

License

See LICENSE.txt for license.

All source code copyright © 2021 by MyMonero. All rights reserved.