alpinevm / gas

Ethereum gas CLI tool, written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ethereum Gas CLI Tool

Get current gas prices, the ETH/USD exchange rate, and cost to execute aribitrary transactions

Install

Install the Rust toolchain then

git clone https://github.com/c4syner/gas.git && cd gas
cargo install --bin gas --path .

Usage

To calculate the cost to send a transaction that uses 100000 gas

gas 100000

About

Ethereum gas CLI tool, written in Rust


Languages

Language:Rust 100.0%