🐡 Simple Electron-based desktop app to retrieve and display your total Ocean Token balances. https://getblow.fish
Go to file
Matthias Kretschmann 79e1ad5042
output btc & eth calculations
2019-05-06 16:50:20 +02:00
src output btc & eth calculations 2019-05-06 16:50:20 +02:00
.babelrc initial commit 🐡 2019-05-05 21:02:59 +02:00
.editorconfig initial commit 🐡 2019-05-05 21:02:59 +02:00
.eslintrc initial commit 🐡 2019-05-05 21:02:59 +02:00
.gitignore initial commit 🐡 2019-05-05 21:02:59 +02:00
.prettierrc initial commit 🐡 2019-05-05 21:02:59 +02:00
.stylelintrc initial commit 🐡 2019-05-05 21:02:59 +02:00
LICENSE initial commit 🐡 2019-05-05 21:02:59 +02:00
README.md output btc & eth calculations 2019-05-06 16:50:20 +02:00
config.js switch currencies, balance component 2019-05-06 00:12:45 +02:00
package.json light & dark mode, add ocean typography 2019-05-06 01:50:08 +02:00
webpack.build.config.js initial commit 🐡 2019-05-05 21:02:59 +02:00
webpack.common.config.js initial commit 🐡 2019-05-05 21:02:59 +02:00
webpack.dev.config.js initial commit 🐡 2019-05-05 21:02:59 +02:00

README.md

ocean-balance

🐡 Simple Electron-based desktop app to retrieve and display your total Ocean Token balances. https://oceanprotocol.com



Features

  • show Ocean Token balances from a list of Ethereum account addresses
  • show a total balance of all account balances
  • convert those balances against multiple currencies
  • re-fetches everything automatically every minute
  • balances are fetched via etherscan.io API
  • spot prices are fetched from coingecko.com API

Usage

Clone, add adresses, and run:

# Clone this repository
git clone git@github.com:kremalicious/ocean-balance.git
cd ocean-balance

# Add one or more Ethereum addresses to config file
vi config.js

# Install dependencies
npm install
# Run the app in dev mode
npm start

Build packages

npm run build

Will build and package the app into platform specific packages for macOS, Windows & Linux.

On a Mac and Linux machine, packaging requires wine in your PATH. To install on macOS with Homebrew:

brew install wine