An open API service indexing awesome lists of open source software.

https://github.com/devalpha18/atomex-solidity

Atomex protocol implementation in Solidity (EVM)
https://github.com/devalpha18/atomex-solidity

atomic-swap dex ethereum smart-contract solidity

Last synced: 8 months ago
JSON representation

Atomex protocol implementation in Solidity (EVM)

Awesome Lists containing this project

README

          

# Atomex.sol
[![Build Status](https://travis-ci.org/atomex-me/atomex-solidity.svg?branch=master)](https://travis-ci.org/atomex-me/atomex-solidity)
[![ethereum mainnet](https://img.shields.io/badge/ethereum-mainnet-yellow.svg)](https://etherscan.io/address/0x993E67d0A90ed59aA65756099eB5d7857E56021b)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

Atomex protocol implementation for Ethereum blockchain

## What is Atomex

[![Atomex](https://miro.medium.com/max/995/0*qHL-RBfdKopwUdMS)](https://medium.com/coinmonks/atomex-cross-chain-atomic-swaps-on-practice-8139571f0ee5)

[Atomex](https://atomex.me/) is a multicurrency HD wallet with built-in hybrid atomic swap exchange. It combines advantages of centralized and decentralized exchanges:
* Your funds are always secure
* There are no additional fees except transaction fee
* No KYC required
* Liquidity is provided by market makers
* Trading APIs for wallets/traders

## Deployed contracts
* Ethereum mainnet: [0x993E67d0A90ed59aA65756099eB5d7857E56021b](https://etherscan.io/address/0x993E67d0A90ed59aA65756099eB5d7857E56021b)
* Ethereum ropsten: [0x66eC93ab6CC5a08c077a92055F5409bf82C47e83](https://ropsten.etherscan.io/address/0x66eC93ab6CC5a08c077a92055F5409bf82C47e83)

## Resources
Last version of desktop client is available at [atomex.me](https://atomex.me)

### Publications
* [Atomex: cross-chain atomic swaps on practice](https://medium.com/coinmonks/atomex-cross-chain-atomic-swaps-on-practice-8139571f0ee5)
* [Atomic tips: interactive workshop](https://medium.com/coinmonks/atomic-tips-berlin-workshop-materials-c5c8ee3f46aa)