🐡 Simple Electron-based desktop app to retrieve and display your total Ocean Token balances. https://getblow.fish
Go to file
Matthias Kretschmann 4d0e7eb3c1
light & dark mode, add ocean typography
2019-05-06 01:50:08 +02:00
src light & dark mode, add ocean typography 2019-05-06 01:50:08 +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 build updates 2019-05-06 01:07:37 +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



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

Data Sources

  • balances are checked via etherscan.io API
  • spot prices are fetched from coingecko.com API