client-koinex
v0.3.1
Published
Tronscan API Client
Readme
How to use
Requirements
- Node v9.8.0
Running tests
> npm testUsage
Install the package
> npm install @tronscan/clientUse the HTTP Client
import {Client} from "@tronscan/client";
const client = new Client();
let recentBlocks = await client.getBlocks({
sort: '-number',
limit: 10,
});