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
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
The widget should work within the existing architecture of the OpenRelay LitElement framework.
The widget should follow naming and syntax conventions established by already-existing widgets in the OpenRelay LitElement framework to the extent possible.
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