Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

opennetsys/c3-sdk-go-example-oracle

Repository files navigation

c3-sdk-go-example-oracle

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.

Usage

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

License

MIT