Skip to content

⛽ Tiny API and CLI utility to get gas prices on the Ethereum network

License

Notifications You must be signed in to change notification settings

booklearner/gas-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gas-tracker

Tiny API and CLI utility to get gas prices on the Ethereum network

Ethereum

Usage

Use make to fetch dependencies and build the application.

; make deps
; make build
; ./gas-tracker

Run the CLI (via go run):

; make run

Run the server locally:

; make server

Fetch dependencies and build the application without using make:

; go mod download all  # fetch dependencies
; go build -o gas-tracker cmd/cli.go

Run the CLI to fetch some numbers from the Ethereum network:

; ./gas-tracker gas
Block Number: 15398157
Gas Price:    13 gwei
Pending TXs:  261

About

⛽ Tiny API and CLI utility to get gas prices on the Ethereum network

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published