Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 177 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 177 Bytes

TronGrid4J

Java Client for the TronGrid API.

USAGE

Instantiate API class

TronGridApiclient client = new TronGridApiClientImpl();

Ping API

client.ping();