Skip to content

baihym/go_eth_explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go eth explorer

Get eth and tokens transactions for explorer.

Usage

  1. Setup config in file 'app/config/config.go'

  2. Add tokens(symbol, contract) in table tokens what you want to support

  3. Build

cd $GOPATH/src/github.com/baihym/go_eth_explorer && go build -o bin_eth_explorer ./app
  1. Run
./bin_eth_explorer {lastHandleBlockNumber: default 0} // example: ./bin_eth_explorer 0

Releases

No releases published

Packages

No packages published

Languages