All Projects → foxfolio → foxfolio-desktop

foxfolio / foxfolio-desktop

Licence: MIT license
Cryptocurrency portfolio management application which automatically retrieves balances and trades using exchange APIs

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to foxfolio-desktop

tumbleweed gdax
Prototype market maker specialized to trade on CoinbasePro
Stars: ✭ 41 (-34.92%)
Mutual labels:  cryptocurrencies, litecoin, cryptocurrency-exchanges
Bitcoinlib
Bitcoin Core RPC compatible, battle-tested .NET library and RPC wrapper for Bitcoin and Altcoins
Stars: ✭ 350 (+455.56%)
Mutual labels:  cryptocurrencies, litecoin, cryptocurrency-exchanges
CoinGecko
A C++20 library for CoinGecko--a cryptocurrency data service.
Stars: ✭ 69 (+9.52%)
Mutual labels:  cryptocurrencies, litecoin, cryptocurrency-exchanges
Algotrading
Algorithmic trading framework for cryptocurrencies.
Stars: ✭ 249 (+295.24%)
Mutual labels:  cryptocurrencies, cryptocurrency-exchanges
pairs trading cryptocurrencies strategy catalyst
Pairs trading strategy example based on Catalyst
Stars: ✭ 34 (-46.03%)
Mutual labels:  cryptocurrencies, cryptocurrency-exchanges
Gekko Datasets
Gekko Trading Bot dataset dumps. Ready to use and download history files in SQLite format.
Stars: ✭ 146 (+131.75%)
Mutual labels:  cryptocurrencies, cryptocurrency-exchanges
Crypto Whale Watcher
An app to keep a watch on big volume trades of cryptocurrecies on different exchanges by sending alerts via a Telegram Bot.
Stars: ✭ 60 (-4.76%)
Mutual labels:  cryptocurrencies, cryptocurrency-exchanges
node-interface
Web status page for Litecoin (and similar) full nodes
Stars: ✭ 16 (-74.6%)
Mutual labels:  cryptocurrencies, litecoin
Cryptocurrency Cli
💰 Cryptocurrency Portfolio On The Command Line 💰
Stars: ✭ 99 (+57.14%)
Mutual labels:  portfolio, litecoin
binance-downloader
Python tool to download Binance Candlestick (k-line) data from REST API
Stars: ✭ 44 (-30.16%)
Mutual labels:  cryptocurrencies, cryptocurrency-exchanges
Crypto-Resources
Resources for trading Bitcoin and Altcoins
Stars: ✭ 22 (-65.08%)
Mutual labels:  cryptocurrencies, litecoin
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (+123.81%)
Mutual labels:  cryptocurrencies, cryptocurrency-exchanges
Gnome Feeder
Profit Trailer Feeder Full Build with Settings
Stars: ✭ 122 (+93.65%)
Mutual labels:  cryptocurrencies, litecoin
Cryptocurrency Icons
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
Stars: ✭ 2,116 (+3258.73%)
Mutual labels:  cryptocurrencies, altcoin
Django Cc
Django wallet for Bitcoin and other cryptocurrencies
Stars: ✭ 105 (+66.67%)
Mutual labels:  cryptocurrencies, litecoin
CryptoTracker
Minimal yet powerful crypto-currency tracker UWP.
Stars: ✭ 50 (-20.63%)
Mutual labels:  portfolio, cryptocurrencies
CoinMarketCap-Historical-Prices
Makes use of python3 and bs4 to scrape historical cryptocurrency prices, volume and market caps from coinmarketcap.com
Stars: ✭ 72 (+14.29%)
Mutual labels:  litecoin, cryptocurrency-exchanges
profbit
Track your Coinbase profits!
Stars: ✭ 37 (-41.27%)
Mutual labels:  cryptocurrencies, litecoin
Gekko Strategies
Strategies to Gekko trading bot with backtests results and some useful tools.
Stars: ✭ 1,022 (+1522.22%)
Mutual labels:  cryptocurrencies, cryptocurrency-exchanges
Cryptex
Gemini, GDAX, Bitfinex, Poloniex, Binance, Kraken, Cryptopia, Koinex, BitGrail and CoinMarketCap cryptocurrency exchange API clients in Swift / iOS SDK. Check prices and account balances using Sample iOS app.
Stars: ✭ 51 (-19.05%)
Mutual labels:  cryptocurrencies, litecoin

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 - 2019 Andreas Greimel

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].