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 | ||
LICENSE | ||
package.json | ||
README.md | ||
webpack.common.config.js | ||
webpack.dev.config.js |
Blowfish
🐡 Simple Electron-based desktop app to retrieve and display your total Ocean Token balances.
Made with ♥ by Matthias Kretschmann
Say thanks with OCEAN or ETH: 0xf50F267b5689b005FE107cfdb34619f24c014457
Say thanks with BTC: 3DiHNMt875UWa2j73qFpr3cVB9foFhYArc
Features
- show Ocean Token balances from a list of Ethereum account addresses
- show a total balance of all account balances
- convert those balances against multiple currencies
- re-fetches everything automatically every minute
- balances are fetched via etherscan.io API
- spot prices are fetched from coingecko.com API
- currently highly optimized for macOS, your mileage on Windows or Linux may vary
Download
You can download pre-built binaries for macOS, Linux, and Windows from the Releases page.
The binaries are not code-signed so opening them on macOS will result in a warning. To be able to get around this warning:
- Right-click on the app icon, and choose Open
- In the dialog, click Open
Alternatively, you can build the app on your system.
Development
Clone, and run:
# Clone this repository
git clone git@github.com:kremalicious/blowfish.git
cd blowfish
# Install dependencies
npm install
# Run the app in dev mode
npm start
Build packages
npm run dist
Will build and package the app into platform specific packages for macOS, Windows & Linux.
On a Mac and Linux machine, packaging requires wine
and rpm
in your PATH
. To install on macOS with Homebrew:
brew install wine rpm