mcashscan

0.2.17 • Public • Published

MCashscan Client

How to Use

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,
});

/mcashscan/

    Package Sidebar

    Install

    npm i mcashscan

    Weekly Downloads

    2

    Version

    0.2.17

    License

    GPL-3.0

    Unpacked Size

    1.05 MB

    Total Files

    27

    Last publish

    Collaborators

    • ducnd412
    • hoang.do
    • nghiand