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

Unwrap WETH Widget | Function #97

Closed designheretic closed 6 years ago

designheretic commented 6 years ago

Overview Implement a LitElement that enables users to unwrap WETH, effectively converting it to ETH.

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.