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

1.0.0 • Public • Published

Mempool JS API

NPM package module for Mempool APIs.

Documentation: https://mempool.space/api

Installation

Install the npm module.

pnpm add @allstake/mempool.js

Usage

import { initMempoolSdk } from '@allstake/mempool.js';

const mempool = initMempoolSdk({
  hostname: 'mempool.space',
  network: 'testnet',
  ssl: true,
  config: {
    headers: {
      authorization: '<Authorization Token>',
    },
  },
});

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @allstake/mempool.js

Weekly Downloads

0

Version

1.0.0

License

none

Unpacked Size

71.6 kB

Total Files

91

Last publish

Collaborators

  • roblint