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
|
|
|
|
```
|