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.
- OS Windows 7 SP1 and higher;
- .NET Framework 4.6.1 (installed automatically when using the installer);
- OS Windows 7 SP1 and higher;
- dotnet (.NET Core 2.1 or .NET Framework 4.6.1 and higher);
- Nuget
- MSBuild
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'