Skip to content

spark8899/go-eth-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-eth-tools

go eth tools

code

https://github.com/miguelmota/ethereum-development-with-go-book/tree/master/code

monitor eth balance

build

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o monitor_eth_balance_linux64 monitor_eth_balance.go
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o monitor_eth_balance_windows64 monitor_eth_balance.go
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o monitor_eth_balance_darwin64 monitor_eth_balance.go

Releases

No releases published

Packages

No packages published