telosnetwork / telos-wallet

Native & EVM Web Wallet for transfers, staking, digital collectibles, and more
https://wallet.telos.net
Apache License 2.0
9 stars 7 forks source link

Refactoring store.evm #101

Closed Viterbo closed 10 months ago

Viterbo commented 1 year ago

Description

We already have most of what we need to access EVM data from the API ($evmApi.telos). However, it is desirable to have a unified store that not only centralizes access to this data but also keeps updated if the user logs in or out, or makes any transfer that may change balances.

donnyquixotic commented 10 months ago

resolved