jchristov / foxfolio-desktop

Cryptocurrency portfolio management application which automatically retrieves balances and trades using exchange APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foxfolio

GitHub release Travis GitHub license CodeFactor Coveralls github Gitter Twitter Follow

Cryptocurrency portfolio management application which automatically retrieves balances and trades using exchange APIs

Foxfolio screenshot

Table of Contents

Install

You can find binaries for the latest release under releases.

Currently available for

  • Windows (.exe)
  • Linux (.AppImage, .deb)
  • Mac (.dmg)

Usage

  • Add the credentials for your exchanges under Exchanges. Foxfolio will then retrieve the current balances and update the portfolio.
    • Note: Create new API credentials for Foxfolio and only configure the necessary permissions (i.e. no trading, no withdrawals)
  • Wallets can be used to add balances that can not be retrieved automatically.

Build from source

  • Note: requires a node version >= 8.7 and an npm version >= 5.

Install dependencies with yarn.

$ cd crypto-portfolio
$ yarn

Note: If you can't use yarn for some reason, try npm install.

To run the app in the dev environment use

$ npm run dev

This starts the renderer process in hot-module-replacement mode and starts a server that sends hot updates to the renderer process

To run the application without packaging use

$ npm start

This builds the application using Webpack and launches it.

Maintainers

@greimela

Contribute

Feel free to add issues/PRs/comments.

Donations

If you appreciate my work, you can buy me a coffee using your favourite cryptocurrencies!

BTC 3E8yR2viEgLpErjfmFkMTZ9ntVP66KBLGD
ETH 0x588fFcb52d43fe7Def5D4F45Bb7c324ECAA79010
LTC MQTha8UbFoagdrM4RWKvrNvzJFFUat4jN3
ARK AXkXn8h18dYKQMfkE3Va8WJ9SPQqCrATc3
NANO xrb_3bua4emgw1ygmf3p4wfw43nkqdxsxuoxmk6bfx8ajsq91m9jxwdm6go6ebq9

License

MIT © 2017 Andreas Greimel

About

Cryptocurrency portfolio management application which automatically retrieves balances and trades using exchange APIs

License:MIT License


Languages

Language:TypeScript 85.6%Language:JavaScript 13.4%Language:HTML 0.8%Language:CSS 0.1%