A Generalised Market Framework for Ethereum
Go to file
Jarrad Hope 5e7186829e added sha proof on reveal 2015-07-26 18:54:56 +02:00
contracts added sha proof on reveal 2015-07-26 18:54:56 +02:00
.gitignore remove pyc 2015-07-20 23:13:48 +02:00
LICENSE.md add license 2015-07-18 23:24:04 +02:00
README.md typo 2015-07-18 23:36:20 +02:00
main.py revealing and reveal announce handler, various notes 2015-07-26 15:12:48 +02:00
matchmaker.py added sha proof on reveal 2015-07-26 18:54:56 +02:00
testhash.py added sha proof on reveal 2015-07-26 18:54:56 +02:00
trader.py revealing and reveal announce handler, various notes 2015-07-26 15:12:48 +02:00

README.md

General Market Framework

Last Updated: 18 July 2015
Copyright © 2015 Jarrad Hope

GMF is generalised market designed to be the backbone to "sharing economy" services, our examples will include a Car Ride service & a Fiat/Cryptocurrency exchange service.

Traders add tickets to the pool with their preferences(price, dispute contract address, trade contract address, etc) and a bounty, covering their ticket price with insurance references(from trustdavis), match makers add sealed offers that match traders, when revealed the buyer & seller have the option accept or decline, only when both accepted will a trade contract be created.

0. Match Makers