client-koinex

0.3.1 • 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 @tronscan/client

Use the HTTP Client

import {Client} from "@tronscan/client";
 
const client = new Client();
 
let recentBlocks = await client.getBlocks({
  sort: '-number',
  limit: 10,
});

Dependencies (14)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i client-koinex

    Weekly Downloads

    1

    Version

    0.3.1

    License

    GPL-3.0

    Unpacked Size

    592 kB

    Total Files

    27

    Last publish

    Collaborators

    • mcd-50