@tronscanteam/apiclients

0.2.99 • Public • Published

Tronscan Client

Node Client for the Tronscan.org API

How to Use

How to use

Requirements

  • Node v9.8.0

Running tests

> npm test

Usage

Install the package

> npm install @tronscanteam/apiclients

Use the HTTP Client

import {Client} from "@tronscanteam/apiclients";

const client = new Client();

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.991latest

Version History

VersionDownloads (Last 7 Days)Published
0.2.991
0.2.980
0.2.970
0.2.960
0.2.950
0.2.940
0.2.930
0.2.920
0.2.910
0.2.900
0.2.890
0.2.881
0.2.870
0.2.860
0.2.850
0.2.840
0.2.830
0.2.820
0.2.810

Package Sidebar

Install

npm i @tronscanteam/apiclients

Weekly Downloads

2

Version

0.2.99

License

GPL-3.0

Unpacked Size

1.47 MB

Total Files

34

Last publish

Collaborators

  • neilneil
  • w-richard