web
web copied to clipboard
Receive address UI for trades to assets wallet doesn't support
Overview
We want to be able to trade into assets that the current wallet doesnt support. For example if they are on metamask we want to be able to trade eth to btc by allowing them to enter an destination address manually
https://github.com/shapeshift/web/pull/2153#discussion_r920557662
@shapeshift/product what should this look like?
References and additional details
n/a
Acceptance Criteria
n/a
Need By Date
No response
Screenshots/Mockups
No response
Estimated effort
No response
If no address is detected for the connected wallet, show this field and allow the user to manually enter an address with VALIDATION. Once they have entered a valid address they can continue with the trade.
we can probably do "No [asset name] - for cases where this applies to an asset thats not BTC, etc. We'd like to run address validation check too when the user pastes an address. If it's invalid, we'll need to show an error "Please enter a valid [asset name] address. Once the address is validated, the "preview trade" button will become active.
blocked by https://github.com/shapeshift/web/issues/2265