All Projects → tronscan → tronscan-node-client

tronscan / tronscan-node-client

Licence: LGPL-3.0 License
Node Client for Tronscan

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to tronscan-node-client

gotron-sdk
Tron SDK for golang / CLI tool with keystore manager
Stars: ✭ 139 (+595%)
Mutual labels:  tron-protocol
opentron
OpenTron is the first fully independent implementation of the Tron protocol, written in Rust.
Stars: ✭ 59 (+195%)
Mutual labels:  tron-protocol

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,
});
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].