2.2.1 • Published 3 years ago

@mempool/bisq.js v2.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

BisqJS API

npm version NPM Known Vulnerabilities License: MIT

NPM package module for Bisq APIs.

Documentation: https://bisq.markets/api

Installation

ES Modules

Install the npm module.

# npm
$ npm install @mempool/bisq.js --save

# yarn
$ yarn add @mempool/bisq.js

Or if you're not into package management, just download a ZIP file.

Import the module.

import bisqJS from '@mempool/bisq.js';

const bisq = bisqJS();

CommonJS

Include the line below in the head tag of your html file.

<script type="text/javascript" src="https://bisq.markets/bisq.js"></script>

Call bisqJS() function to access the API methods.

const bisq = bisqJS();

Features


Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.


License MIT