tezbox / web-wallet

13 stars 20 forks source link

Support for assets #51

Open murbard opened 5 years ago

murbard commented 5 years ago

Recently, an asset standard was proposed. Support for those assets inside of the tezbox wallet would be great to have. While there's no telling if this specific standard will be adopted, it's pretty likely that one will eventually be and the changes in tezbox would be minimal anyway, so might as well start with this one.

stephenandrews commented 5 years ago

Thanks - definitely on the list. We're working on supporting our own token standard first (https://tztoken.teztech.io/) as well as a fungible token too, and adding broad support for smart contract standards as well. The goal is to make it possible to work with a wide range of different contracts and standards and providing a secure process and API to do this :-)

murbard commented 5 years ago

P.S. that implementation uses a map instead of a bigmap and will not scale past a handful of users, it's an easy fix but it should be fixed lest people try and deploy it.

stephenandrews commented 5 years ago

Thanks - yeah, the final one does use a bigmap :-)