This is an implementation of ETH-XMR atomic swaps, which are currently in beta. It currently consists of swapd and swapcli binaries, the swap daemon and swap CLI tool respectively, which allow for nodes to discover each other over the p2p network, to query nodes for their currently available offers, and the ability to make and take swap offers and perform the swap protocol. The swapd program has a JSON-RPC endpoint that the user can use to interact with it. swapcli is a command-line utility...