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)
- Host: GitHub
- URL: https://github.com/devalpha18/atomex-solidity
- Owner: devalpha18
- License: gpl-3.0
- Created: 2023-01-03T09:25:17.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:11:16.000Z (about 3 years ago)
- Last Synced: 2025-03-29T02:09:33.902Z (10 months ago)
- Topics: atomic-swap, dex, ethereum, smart-contract, solidity
- Language: JavaScript
- Homepage: https://etherscan.io/address/0xe9c251cbb4881f9e056e40135e7d3ea9a7d037df
- Size: 405 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Atomex.sol
[](https://travis-ci.org/atomex-me/atomex-solidity)
[](https://etherscan.io/address/0x993E67d0A90ed59aA65756099eB5d7857E56021b)
[](https://www.gnu.org/licenses/gpl-3.0)
Atomex protocol implementation for Ethereum blockchain
## What is Atomex
[](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)