All Projects → atomex-me → atomex.client.wpf

atomex-me / atomex.client.wpf

Licence: GPL-3.0 license
Atomic swap exchange client for OS Windows

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to atomex.client.wpf

boltz-frontend
Frontend of Boltz
Stars: ✭ 18 (+20%)
Mutual labels:  exchange, litecoin, atomic-swap
objkt-swap
Hic et Nunc smart contracts. FA2 multiassets: hDAO, OBJKTs, Marketplace, SUBJKTs and Unregistry.
Stars: ✭ 67 (+346.67%)
Mutual labels:  tezos, atomic-swap
SimpleDialogs
💬 A simple framework to help displaying dialogs on a WPF app
Stars: ✭ 24 (+60%)
Mutual labels:  wpf, net-framework
binance-pump-bot
Automation for Binance p&d(pump and dump) activity, ensures fastest purchase and provides auto selling functionality to lockdown profit during these events.
Stars: ✭ 112 (+646.67%)
Mutual labels:  exchange, litecoin
MoneroMixer
The easiest way to use Monero to anonymously exchange and properly mix XMR, BTC, LTC, ETH, BCH, & 100+ other coins on Tails OS or Whonix.
Stars: ✭ 57 (+280%)
Mutual labels:  exchange, litecoin
Crypto Arbitrage
Automatic Cryptocurrency Trading Bot using Triangular or Exchange Arbitrages
Stars: ✭ 369 (+2360%)
Mutual labels:  exchange, litecoin
cryptowallet-cli
CW is a crypto wallet generator CLI tool for a lot of blockchains: Bitcoin, Ethereum, Binance Smart Chain and many others
Stars: ✭ 45 (+200%)
Mutual labels:  litecoin, cryptowallet
Bitcoinlib
Bitcoin Core RPC compatible, battle-tested .NET library and RPC wrapper for Bitcoin and Altcoins
Stars: ✭ 350 (+2233.33%)
Mutual labels:  exchange, litecoin
Multicurrencywallet
Bitcoin, Ethereum, ERC20 crypto wallets with Atomic Swap exchange. Release announce: https://twitter.com/SwapOnlineTeam/status/1321844352369500160
Stars: ✭ 136 (+806.67%)
Mutual labels:  exchange, litecoin
Wpfdesigner
The WPF Designer from SharpDevelop
Stars: ✭ 479 (+3093.33%)
Mutual labels:  wpf, net-framework
twinder
Unofficial Tinder client for Windows desktop
Stars: ✭ 18 (+20%)
Mutual labels:  wpf
WPFPS
PowerShell module to interact with Windows Presentation Foundation (or WPF) controls.
Stars: ✭ 17 (+13.33%)
Mutual labels:  wpf
intrinio-realtime-java-sdk
Intrinio Java SDK for Real-Time Stock Prices
Stars: ✭ 22 (+46.67%)
Mutual labels:  exchange
machine-learning-blackjack-solution
Finding an optimal Blackjack strategy using AI
Stars: ✭ 40 (+166.67%)
Mutual labels:  wpf
ColorPickerLib
A WPF/MVVM implementation of a themeable color picker control.
Stars: ✭ 44 (+193.33%)
Mutual labels:  wpf
vbo365-rest-self-service
Unofficial Self-Service Web Portal for Veeam Backup for Microsoft Office 365
Stars: ✭ 24 (+60%)
Mutual labels:  exchange
atomic-markets
Generalized atomic swap marketplaces for ERC-777(advanced token standard) and ERC-721 (non-fungible tokens)
Stars: ✭ 30 (+100%)
Mutual labels:  atomic-swap
ftx
Unofficial Rust API bindings for the FTX exchange.
Stars: ✭ 115 (+666.67%)
Mutual labels:  exchange
granary
Tezos smart contract & dapp development toolkit
Stars: ✭ 67 (+346.67%)
Mutual labels:  tezos
OpenTyping
열린타자 : 현대적인 오픈 소스 타자 연습 프로그램
Stars: ✭ 46 (+206.67%)
Mutual labels:  wpf

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'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].