Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 2.3 KB

README.md

File metadata and controls

50 lines (33 loc) · 2.3 KB

BitApps

A collection of BitBank's client apps. BitWallpaper is a charting app and BitDesk is a trading app. Both app share the same core code base. This is a source code only repo.

Cryptocurrency charting app.

Displays cryptocurrency charts using BitBank's public API. No registration required. Original repository: BitWallpaper

Pairs: BTC/JPY, XRP/JPY, ETH/JPY, LTC/JPY, MONA/JPY, BCC/JPY, XLM/JPY, QTUM/JPY, BAT/JPY, OMG/JPY, XYM/JPY, LINK/JPY, MKR/JPY, BOBA/JPY, ENJ/JPY, MATIC/JPY, DOT/JPY, DOGE/JPY, ASTR/JPY, ADA/JPY, AVAX/JPY, AXS/JPY, FLR/JPY, SAND/JPY.

Download

Download and install via Microsoft Store

Screenshots

Dark Theme with Mica
alt text

Dark Theme with Acrylic alt text

Small display, compact mode
alt text

Contributing

Feel free to open issues and send PRs.

Technologies & Frameworks

Getting Started

Requirements

  • Windows 10.0.19041.0 or higher

Building

  1. Visual Studio 2022 with support for .NET Desktop App UI development (and optionally .NET Universal App development)
  2. Clone this repository
  3. Open solution in Visual Studio and run

A cryptocurrency trading app.

Currently rewriting the old .NET4.x framework app to .NET7/WinUI3. Original repository: BitDesk