Skip to content

v0.1.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@noot noot released this 29 Jun 17:45
· 217 commits to master since this release

This is an alpha release of the ETH-XMR atomic swap. At this point, the software has been tested and is working as expected on testnets.

This release includes:

  • SwapFactory.sol: smart contract which handles the on-chain swap logic.
  • swapd: swap daemon process which connects to other swap daemons, discovers and advertises swap offers on the network, and initiates and executes swaps.
  • swapcli: used to interact with swapd via command-line; uses RPC calls to swapd internally.
  • swaprecover: a program which can recover swap funds in case of daemon crashes during a swap.
  • swaptester: used for automated testing on development networks and testnets.