tron events plugin simplified, helps get emmited contract events.
clone this repo
git clone https://github.com/ahmadbrainworks/tron-events
open the folder cd tron-events
rename .env.example to .env and edit the file:
CONTRACT_ADDRESS //TRC20 contract address you are watching
PORT //Port to listen the server on
RPC_HOST //Your fullnode RPC url

