near / near-wallet-roadmap

near-wallet-roadmap
Apache License 2.0
8 stars 0 forks source link

Fungible tokens: display balance #14

Closed stefanopepe closed 3 years ago

stefanopepe commented 3 years ago

Summary Fungible tokens will be visible from the wallet interface, removing the need to use the explorer or external apps.

Intended Outcome As a user, I want to know the correct balance of my fungible tokens, such that I can manage my portfolio directly from the wallet

How will it work? NEAR wallets are already hosting multiple sub-accounts, such as the staked balance and the lockup balance (which itself can be staked). The experience with [https://berryclub.io/] sparked a UX/UI research to visualize the amount (and the value in NEAR tokens) of any fungible tokens held by the wallet. This balance will be "read-only", and the user will have to open the relative DAPP to change their position (long/short).

stefanopepe commented 3 years ago

Merged with https://github.com/near/near-wallet/pull/1551