Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 435 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 435 Bytes

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.