All Projects → derogab → Coingraph

derogab / Coingraph

Licence: mit
Coingraph is a real-time graph for cryptocurrencies.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Coingraph

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 (-48.28%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, cryptocurrencies
Cryptocurrency Icons
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
Stars: ✭ 2,116 (+1724.14%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, cryptocurrencies
Gnome Feeder
Profit Trailer Feeder Full Build with Settings
Stars: ✭ 122 (+5.17%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, cryptocurrencies
Wolfbot
Crypto currency trading bot written in TypeScript for NodeJS
Stars: ✭ 335 (+188.79%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, cryptocurrencies
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (+21.55%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, cryptocurrencies
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 (-56.03%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, cryptocurrencies
Icointicker
macOS crypto currency menubar ticker (맥 가상화폐 시세 메뉴바 티커)
Stars: ✭ 70 (-39.66%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Keys
🔑 Cryptocurrency private keys
Stars: ✭ 71 (-38.79%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Xchange.js
Bitcoin and Altcoin exchange api aggregator / wrapper
Stars: ✭ 74 (-36.21%)
Mutual labels:  ethereum, bitcoin, cryptocurrencies
Cated
CATEd - Cryptocurrency Analytics and Trading Engine for Django
Stars: ✭ 84 (-27.59%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Qtum
Qtum Core Wallet
Stars: ✭ 1,080 (+831.03%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Airgap Wallet
The AirGap Wallet is installed on an everyday smartphone. This app has only access to public information.
Stars: ✭ 78 (-32.76%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Coin registry
A global registry of JSON formatted files on 1500+ cryptocurrency tokens. Provides information like chat rooms, communities, explorers, and contact information on each coin. Used by https://blockmodo.com, DEXs, developers, and exchanges.
Stars: ✭ 85 (-26.72%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Arbitrader
A market neutral cryptocurrency trading bot.
Stars: ✭ 66 (-43.1%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (-45.69%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Crypto Coin Alerts
An application that let you set alerts for the prices of several cryptocurrencies
Stars: ✭ 72 (-37.93%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Bitcoin Scraper
💲 bitcoin chart history scraper
Stars: ✭ 80 (-31.03%)
Mutual labels:  bitcoin, graph, chart
Coinwink
Crypto Alerts, Watchlist and Portfolio Tracking App
Stars: ✭ 95 (-18.1%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Coincurve
Cross-platform Python bindings for libsecp256k1
Stars: ✭ 89 (-23.28%)
Mutual labels:  ethereum, bitcoin, cryptocurrency
Cryptocurrency Cli
💰 Cryptocurrency Portfolio On The Command Line 💰
Stars: ✭ 99 (-14.66%)
Mutual labels:  ethereum, bitcoin, cryptocurrency

Coingraph

GitHub release (latest SemVer including pre-releases) Travis (.org) GitHub stars GitHub forks GitHub issues GitHub License

Coingraph is a real-time graph for cryptocurrencies.

Dependencies

yarn

And don't forget to also install the daemon dependencies!

Configuration

If necessary, view the daemon configurations.

Usage

yarn run all

The previous command starts both the daemon and the web interface.

Docker

GitHub release (latest SemVer including pre-releases) Docker Image Size (tag) Docker Pulls

Manual

  1. Start the coingraph-daemon and then
  2. Run the container
    docker run -d \
      -p 3000:3000 \
      --link DAEMON_CONTAINER_ID \
      derogab/coingraph-client
    

Using docker-compose

Open .env files and eventually change environment variables. And then start one of the following.

Production
docker-compose up -d
Development
docker-compose -f docker-compose.dev.yml up -d 
Build
docker-compose -f docker-compose.build.yml up -d --build

License

Coingraph is made with ♥ by derogab and the amazing dev team. It is released under the MIT license.

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].