TronWeb integration
In this guide, we will show you how to get started with TronWeb to connect to GetBlock.
npm install tronwebyarn add tronwebconst TronWeb = require('tronweb');const tronWeb = new TronWeb({
fullHost: "https://go.getblock.io/<ACCESS-TOKEN>/"
})Method response:

Last updated
Was this helpful?