0.2.14 • Published 3 years ago

litescan-client v0.2.14

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

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