A Generalised Market Framework for Ethereum
Go to file
Jarrad Hope eb50d2c8cc make xor linked list methods 'private' 2015-07-18 23:40:27 +02:00
contracts make xor linked list methods 'private' 2015-07-18 23:40:27 +02:00
.gitignore initial commit 2015-07-03 11:32:09 +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
test.py review notes 2015-07-18 23:16:12 +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