Skip to content

Question: How to provide a token list for eth clone apps #303

@Thegaram

Description

@Thegaram

Description

app-ethereum supports ERC20, ERC721, ERC1155 decoding. Tokens can be registered in 2 ways:

  1. During runtime, using the PROVIDE ERC 20 TOKEN INFORMATION command.
  2. During build time in src/tokens.c.

We recently released a new eth clone app #282. Please advise how we can provide the token list here:

const tokenDefinition_t const TOKENS_CONFLUX_ESPACE[NUM_TOKENS_CONFLUX_ESPACE] = {};

Your environment

N/A

Steps to reproduce

N/A

Expected behaviour

The eth clone app should be able to decode common token operations. We believe that having an app that only offers blind signing does not provide sufficient security to our users.

Actual behaviour

Currently, the Conflux eSpace app requires blind signing for all contract transactions.

Logs

N/A

Proposed solution

Please advise on the process of providing a token list. Please also extend the documentation with the information: https://developers.ledger.com/docs/nano-app/clone-specifics.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions