/AtomicSwapWallet

Atomic Swap Wallet - a completely decentralized cryptocurrency wallet supporting p2p coin-coin & coin-token swaps via Atomic Swap (integrating multiple blockchains into a single interface in a decentralized manner). Supports Bitcoin, Ethereum, Litecoin, EOS, and ERC20 tokens.

Primary LanguageJavaScriptMIT LicenseMIT

Atomicswapwallet.io

Build Status

Atomic swap cryptocurrency protocol. Live version here: https://Atomicswapwallet.io.

Swap React

Install

  1. Clone repository with submodules (swap.core)
git clone --recurse-submodules https://github.com/Cointorox/AtomicSwapWallet.git
  1. Do npm i
cd swap.react
npm i
  1. Do git submodule update in AtomicSwapWallet directory

  2. For dev mode npm run start, for prod npm run build

npm run start

HTML widget

  1. npm run build:mainnet-widget {erc20contract} {name} {decimals} {tiker}

Example:

npm run build:mainnet-widget 0x9E4AD79049282F942c1b4c9b418F0357A0637017 noxon 0 noxon
tar czf my-widget.tar.gz build-mainnet-widget
  1. Upload to your domain (https://domain.com/build-mainnet-widget)
  2. Embed via iframe like
<iframe src="build-mainnet-widget/index.html" border=0 style="botder:0;width:800px;height:700px"></iframe>