Skip to content

CLI, Rust Crate and JS Package build with WASM to calculate total gas spent by an address within a given time frame.

Notifications You must be signed in to change notification settings

aditya172926/gas-lookup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gas-Lookup

Logo

A cli tool to calculate total gas spent by an address within a given time frame.

Static Badge crates github twitter

A CLI tool to calculate the total amount of Ether spent on gas on transacting on the Ethereum blockchain withing a given date frame.

Installation

Install gas-lookup with cargo

  cargo install gas-lookup

Usage

Once the install is completed, the cli command will be available globally on your system. To run the application:

gas-lookup <ethereum_address or ENS name> <start date> <end date>

Parameters passed are:

  • ethereum address or ENS name: The Ethereum mainnet address or ENS domain name whose gas spent needs to be calculated
  • start date: The start date to calculate gas from. Format - dd/mm/yyy
  • end data: The date till which gas needs to be calculated. Format - dd/mm/yyy

For help,

  gas-lookup --help

Screenshots

gas-lookup

Updates

v0.1.5

Support for ENS names have been added. Search with either ETH address or ENS name

gas-lookup <ETH_address or ENS_name> <start date> <end date>

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

CLI, Rust Crate and JS Package build with WASM to calculate total gas spent by an address within a given time frame.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%