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 (Taker Price variant) | Function #85

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 in terms of a desired quantity, regardless of the price specified by makers, up to a specified limit. In other words, it should allow users to fill orders at a given taker-established quantity regardless of price, but should also enable users to specify a maximum price per unit they are willing to spend.

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.