Example of a cross-chain decentralized exchange without the use of a trusted third party.
This app uses a bridge chain in order to keep an order book of bids and asks of EOS and ETH.
NOTE: This is a work-in-progress.
In terminal 1, start c3-go:
c3-go
In terminal 2, start web interface:
make web
In terminal 3, send genesis tx:
make genesis
In terminal 3, start watcher:
make start
MIT