Skip to content

ynewmann/go-ethscan-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fun EtherScan Api Implementation

Run

To run simple runnable example:

go run main.go 

Flags

  • apiUrl - set Api URL
  • apiKey - se Api key
  • useCache - use cache (default true)
  • port - set server address (default :3333)
  • cacheSize - set size of cache (default 1000)
  • cache-bckp - set path to a backup of cache
  • load-cfg - load config from a file. If set, all other flags will be ignored.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages