Skip to content

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.

License

hype-ecosystem/atomicswapwallet.io

 
 

Repository files navigation

Atomicswapwallet.io

Build Status

Atomic swap cryptocurrency protocol. Live version here: https://Atomicswapwallet.io. Atomic swap library at https://github.com/hype-ecosystem/atomicswapwallet.io/.

Swap React

Install

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

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

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. upoad 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>

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.2%
  • CSS 12.7%
  • Other 1.1%