@mempool/bisq.js
TypeScript icon, indicating that this package has built-in type declarations

2.2.1 • Public • Published

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

Package Sidebar

Install

npm i @mempool/bisq.js

Weekly Downloads

2

Version

2.2.1

License

MIT

Unpacked Size

3.28 kB

Total Files

2

Last publish

Collaborators

  • softsimon
  • wiz