Skip to content

Latest commit

 

History

History
89 lines (60 loc) · 2.47 KB

README.md

File metadata and controls

89 lines (60 loc) · 2.47 KB

Crypto Exchange Client

NuGet

This Package's goal is to provide a common interface to exchanges' REST and Websocket apis.

Because the package uses only dotnet core 2.0 libraries, it should be cross-platform.

Install

dotnet cli
dotnet add package CryptoExchangeClient
paket
paket add CryptoExchangeClient
WindowsLinux

Demo

  1. Clone this repo
  2. Open the CryptoExchangeClient.sln file
  3. Run the Examples project (default)

The Cobinhood Demo App

Current Supported Exchanges

Coming Soon:

  • GDAX
  • Binance

Development

Recommended Visual Studio Extensions

Docs

Packages Used

Getting Started

Once the Visual Studio Extensions are installed, open the solution

  • Tools -> Paket -> Restore All Packages

References

Installing the current dotnetcore sdk