0.2.17 • Published 5 years ago

mcashscan v0.2.17

Weekly downloads
1
License
GPL-3.0
Repository
-
Last release
5 years ago

How to use

Requirements

  • Node v9.8.0

Running tests

> npm test

Usage

Install the package

> npm install mcashscan

Use the HTTP Client

import {Client} from "mcashscan";

const client = new Client();

let recentBlocks = await client.getBlocks({
  sort: '-number',
  limit: 10,
});