NoteGio / openrelay

OpenRelay is an open source relay for the 0x protocol. OpenRelay provides an open, scalable orderbook. Users can post offers for any ERC20 or ERC721 token, or search for trades with other users
Other
159 stars 56 forks source link

Market Fill Widget (Maker Price variant) | Function #81

Closed designheretic closed 6 years ago

designheretic commented 6 years ago

Overview Implement a LitElement that enables users to fill an order at the price specified by particular makers. In other words, it should allow users to fill orders at a given maker-established price point up to the amount of a particular token pair they own.

Specifications

  1. The widget should work within the existing architecture of the OpenRelay LitElement framework.
  2. The widget should follow naming and syntax conventions established by already-existing widgets in the OpenRelay LitElement framework to the extent possible.