- Edited
I'm thinking about building an xcat tool (something like the zcash/bitcoin zbxcat tool https://github.com/zcash-hackworks/zbxcat) for swaps between Stellar and other networks. I don't think there are any implementations of cross chain swaps with Stellar as yet?
One way of doing this would be to build on the python zbxcat tool adding stellar support. But I think it'd be useful to have an implementation in js that could be used in browser apps, electron apps, etc.
I've sketched out how swaps might look between Stellar and Ethereum native tokens here: https://github.com/chatch/xcat/blob/master/docs/protocol_stellar_xlm_to_ethereum_eth.md and it would be great to get some feedback on this.
Ideally this protocol could be extended to support swapping ANY Stellar Asset for ANY Ethereum ERC20 token allowing for many swap pair possibilities.
For the Ethereum side I've written an implementation of Hashed timelock contracts: https://github.com/chatch/hashed-timelock-contract-ethereum that supports the deposit, withdraw and refunds transactions as described in the gist.