Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

atomex-me/atomex.client.wpf

Repository files navigation

Atomex Client for OS Windows

Build status Made With License: GPL v3

Atomex is a hybrid exchange based on atomic swap technology and multicurrency HD wallet. This repository contains OS Windows client based on Windows Presentation Foundation (WPF) and Atomex.Client.Core library. 👉 atomex.me for more information.

Requirements

  • OS Windows 7 SP1 and higher;
  • .NET Framework 4.6.1 (installed automatically when using the installer);

Build prerequisites

  • OS Windows 7 SP1 and higher;
  • dotnet (.NET Core 2.1 or .NET Framework 4.6.1 and higher);
  • Nuget
  • MSBuild

Build

Clone Atomex.Client.Wpf:

git clone --recurse-submodules https://github.com/atomex-me/atomex.client.wpf.git
cd atomex.client.wpf

Restore all dependencies and packages:

dotnet restore
nuget restore

Build:

msbuild /p:Configuration="Release"  /clp:ErrorsOnly'