1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-06-26 03:06:44 +02:00
blowfish/README.md

30 lines
501 B
Markdown
Raw Normal View History

2019-05-05 13:34:21 +02:00
# ocean-balance
2019-05-06 00:10:28 +02:00
> Simple Electron-based desktop app to retrieve and display your total Ocean Token balances.
> https://oceanprotocol.com
2019-05-05 13:34:21 +02:00
## Usage
2019-05-06 00:10:28 +02:00
Clone, add adresses, and run:
2019-05-05 13:34:21 +02:00
```bash
# Clone this repository
git clone git@github.com:kremalicious/ocean-balance.git
cd ocean-balance
2019-05-06 00:10:28 +02:00
# Add one or more Ethereum addresses to config file
vi config.js
2019-05-05 13:34:21 +02:00
# Install dependencies
npm install
# Run the app in dev mode
npm start
```
## Build package
```bash
npm run build
npm run create-installer-mac
```