8000 GitHub - tronscan/tronscan-apiclients: Node Client for the Tronscan.org API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tronscan/tronscan-apiclients

Repository files navigation

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

About

Node Client for the Tronscan.org API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0