keep-network / tbtc-dapp

Deposit BTC and redeem TBTC
http://dapp.test.tbtc.network/
MIT License
33 stars 31 forks source link

UX improvements Redeem TDT - explain TDT field #278

Closed bonsfi closed 4 years ago

bonsfi commented 4 years ago

Explain what the TDT ID is and how to find it.

For example, I have ERC20 tBTC tokens in my account but also ERC721 tokens and both have an ID. Then I do not know if I can redeem 1) TDT ERC721 tokens which were failed transactions when I sent testnet BTC or 2) the tBTC dapp only works with ID's of ERC20 tBTC.

It would be nice if you could clarify how to get the ID. Please see screenshot:

Screenshot 2020-07-17 at 19 57 31
Shadowfiend commented 4 years ago

TDT ERC721 tokens which were failed transactions when I sent testnet BTC

Generally you cannot redeem a deposit if you did not succeed in funding it in the first place. TDTs are the nonfungible token, however.

With that said, we're working to make the TDT a largely invisible part of this process in the dApp; this is currently being folded into #222 as we introduce UI-based tracking of deposits that are in the vending machine and deposits you own (rather than requiring ids of tokens).

Closing this issue for now since it's part of upcoming work, even though we'll be addressing it in a slightly different way.