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-goIn terminal 2, start web interface:
make webIn terminal 3, send genesis tx:
make genesisIn terminal 3, start watcher:
make startMIT