Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.3 KB

Readme.md

File metadata and controls

36 lines (24 loc) · 1.3 KB

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'