No description
Find a file
2019-12-01 13:20:17 +01:00
.gitignore initial commit 2019-12-01 13:20:17 +01:00
config.go initial commit 2019-12-01 13:20:17 +01:00
go.mod initial commit 2019-12-01 13:20:17 +01:00
go.sum initial commit 2019-12-01 13:20:17 +01:00
LICENSE Initial commit 2019-12-01 13:12:17 +01:00
main.go initial commit 2019-12-01 13:20:17 +01:00
README.md initial commit 2019-12-01 13:20:17 +01:00

balance-checker

Just a very very simple small tool to get balances in different currencies.

  • config.yaml
currencies:
        BTC: 1
        XMR: 1
        ETH: 1
        ZEC: 1
  • build
go build
  • run
./balance-checker