You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
254 B

4 years ago
  1. # balance-checker
  2. Just a very very simple small tool to get balances in different currencies.
  3. - `config.yaml`
  4. ```yaml
  5. currencies:
  6. BTC: 1
  7. XMR: 1
  8. ETH: 1
  9. ZEC: 1
  10. ```
  11. - build
  12. ```
  13. go build
  14. ```
  15. - run
  16. ```
  17. ./balance-checker
  18. ```