litescan-client

0.2.14 • Public • Published

Litescan Client

Node Client for the Litescan.org API

How to Use

How to use

Requirements

  • Node v9.8.0

Running tests

> npm test

Usage

Install the package

> npm install litescan-client

Use the HTTP Client

import {Client} from "litescan-client";

const client = new Client();

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

Readme

Keywords

Package Sidebar

Install

npm i litescan-client

Weekly Downloads

0

Version

0.2.14

License

GPL-3.0

Unpacked Size

593 kB

Total Files

27

Last publish

Collaborators

  • marlonhanks