🐡 Simple Electron-based desktop app to retrieve and display your total Ocean Token balances. https://getblow.fish
Go to file
Matthias Kretschmann a296148f5b
initial commit 🐡
2019-05-05 21:02:59 +02:00
src initial commit 🐡 2019-05-05 21:02:59 +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 initial commit 🐡 2019-05-05 21:02:59 +02:00
constants.js initial commit 🐡 2019-05-05 21:02:59 +02:00
package.json initial commit 🐡 2019-05-05 21:02:59 +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 balances.

Usage

Clone and run:

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

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

Configuration

Build package

npm run build
npm run create-installer-mac