TronGrid
TronGrid provides an API interface into the TRON Network.
Similar to Infura on the Ethereum platform, TronGrid provides TRON clients running in the cloud, so you don't have to run one yourself to work with TRON. TronGrid allows developers to access important tools to develop decentralized applications on the TRON protocol.
Integrating TronGrid
TronGrid Mainnet
To start using TronGrid in TronWeb or TronBox, just point at these URLs for all your API calls.
FullNode HTTP API -
https://api.trongrid.io
SolidityNode HTTP API -
https://api.trongrid.io
Event Server -
https://api.trongrid.io
FullNode GRPC -
grpc.trongrid.io:50051
SolidityNode GRPC -
grpc.trongrid.io:50052Shasta Testnet
Additionally, TronGrid offers its own testnet, the "Shasta" network.
Shasta Explorer: https://shasta.tronscan.io
You can get test coins for Shasta Testnet Here.
To start using Shasta in TronWeb or TronBox, just point at these URLs for all your API calls.
FullNode HTTP API -
https://api.shasta.trongrid.io
SolidityNode HTTP API -
https://api.shasta.trongrid.io
Event Server -
https://api.shasta.trongrid.io
FullNode GRPC -
grpc.shasta.trongrid.io:50051
SolidityNode GRPC -
grpc.shasta.trongrid.io:50052TronGrid API
TronGrid provides all FullNode HTTP APIs and extended user-friendly APIs of the TRON network, specifically for Mainnet and Shasta testnet.
For more information about TronGrid API, please refer to APIs
Updated 4 days ago