## What is Tron Station?

Tron Station is a web application and Javascript API Library for estimating Tron energy and bandwidth consumption based on Tron network. Developers can quickly review energy and bandwidth points information before deploying/triggering a smart contract or make a transaction.

## Tron Station Web Application

The [Tron Station Web Application](🔗) is a simple user interface for calculating units, energy, bandwidth, and SR vote rewards on the Tron network.

## Dashboard

3122


## Calculators

3112


## SR Vote Reward

3092


## Tron Station SDK

The Tron Station SDK is a Javascript API library that can be integrated into projects to calculate energy, bandwidth, and SR vote rewards on the Tron network.

## Installing Tron Station SDK

You can install Tron Station SDK using the [latest npm package release](🔗).

### NPM



### Yarn



## Usage

## Install TronWeb

TronWeb is required to use Tron Station SDK. You can install using the latest [npm package](🔗).

### NPM



### Yarn



## Initializing TronWeb and creating an instance of Tron Station SDK



## Full Example