LedgerHQ / ledger-fresh-management

This is where product topics are discussed for Ledger Fresh
Apache License 2.0
14 stars 2 forks source link

[Web] - List of ERC20 tokens held and their balance #75

Open qd-qd opened 1 year ago

qd-qd commented 1 year ago

Header

Name of the task: List of ERC20 tokens held and their balance

Name of the module: Web

Difficulty: 2

Waiting for: /

Body

Short description

As a user, I would like to know which ERC20 I hold and their balance.

Full description

Develop a serverless function that is in charge of fetching the list of ERC20 held by an account and their balance. The same third-party service that the one used for watching the transactions should be used (https://github.com/LedgerHQ/ledger-fresh-management/issues/72). As the token used to pay fees on Starknet is an ERC20, this task will replace the serverless function developed in #74.

Additionals ressources