mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-11-15 01:25:22 +01:00
🐡 Simple Electron-based desktop app to retrieve and display your total Ocean Token balances.
https://getblow.fish
src | ||
.babelrc | ||
.editorconfig | ||
.eslintrc | ||
.gitignore | ||
.prettierrc | ||
.stylelintrc | ||
config.js | ||
LICENSE | ||
package.json | ||
README.md | ||
webpack.build.config.js | ||
webpack.common.config.js | ||
webpack.dev.config.js |
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