clemensgg / relayer-fees-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

relayer-fees-js

uses Tendermint RPC endpoint to walk blocks, logs relayer transaction fees, outputs to .csv

  • txs using fee-grant are assigned to the granter account
  • parses every relayer tx (including non-successful ones) to determine total cost of relayers

configure via config object:

vim app.js

to run:

npm install
node app.js

About


Languages

Language:JavaScript 100.0%