mcashscan
v0.2.17
Published
MCashscan API Client
Readme
How to use
Requirements
- Node v9.8.0
Running tests
> npm testUsage
Install the package
> npm install mcashscanUse the HTTP Client
import {Client} from "mcashscan";
const client = new Client();
let recentBlocks = await client.getBlocks({
sort: '-number',
limit: 10,
});