0.3.1 • Published 6 years ago

client-koinex v0.3.1

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

How to use

Requirements

  • Node v9.8.0

Running tests

> npm test

Usage

Install the package

> npm install @tronscan/client

Use the HTTP Client

import {Client} from "@tronscan/client";

const client = new Client();

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