A Generalised Market Framework for Ethereum
Go to file
Jarrad Hope 4f3eb5eeaa update readme 2015-07-30 16:40:23 +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 update readme 2015-07-30 16:40:23 +02:00
main.py update readme 2015-07-30 16:40:23 +02:00
matchmaker.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: 30 July 2015
Author: Jarrad Hope

Our goal for GMF is to create 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), covering their ticket price with insurance references(from TrustDavis),

Match Makers are used to pair the Traders, adding sealed offers that match, when revealed (or after sealed bid TBD) the Traders have the option accept or decline the match, only when both accepted will a trade contract be created.

Development Status

In Development (pre-alpha)

  • <incomplete>
  • Build a Frontend around GMF (MOVΞ)
  • Figure out Economics, ie fee's for matches
  • How to handle declines/timeouts, clean up
  • Create Trade on accepts
  • Reveal & Announce
  • Add Sealed Bid
  • Naive Match Maker
  • Preferences Added
  • XOR Linked List

Communication

Live Chat: gitter.im/syng-io/general

Technical Skills Required to Contribute

Any of the following; Python, Serpent 2