项目作者: Sonatrix

项目描述 :
Real Time Updates for Bitcoin
高级语言: Elixir
项目地址: git://github.com/Sonatrix/Coinbase.git
创建时间: 2019-07-06T09:05:49Z
项目社区:https://github.com/Sonatrix/Coinbase

开源协议:

下载


Coinbase

TODO: Add description

Installation

If available in Hex, the package can be installed
by adding coinbase to your list of dependencies in mix.exs:

  1. def deps do
  2. [
  3. {:coinbase, "~> 0.1.0"}
  4. ]
  5. end

Documentation can be generated with ExDoc
and published on HexDocs. Once published, the docs can
be found at https://hexdocs.pm/coinbase.

Cryptocurrency exchanges usually open their realtime feed for free and, like Coinbase Pro, without even having to create an account. This gives us a great way to build an architecture around realtime market data. In this article we see how to build an Elixir application to get realtime updates from the coinbase websocket feed, handling crashes and disconnections.