Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Gas Trigger

Simple program to watch ethereum network gas prices

# set provider url
export ETHEREUM_PROVIDER_URL=https://eth-goerli.g.alchemy.com/v2/SECRET_API_KEY

# build executable binary
go build -o eth-gas-trigger

# Run for one execution 
./eth-gas-trigger run --gwei 10 --cmd 'npx hardhat run scripts/deploy.js --network goerli'

# Run repeatable execution
./eth-gas-trigger --repeatable run --gwei 10 --cmd 'npx hardhat run scripts/whoami.js --network mainnet'

About

Simple Ethereum gas price watching tool for cheap transaction execution

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages