Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate coins fetching from wallet-core #57

Open
covain opened this issue Apr 4, 2022 · 2 comments
Open

Automate coins fetching from wallet-core #57

covain opened this issue Apr 4, 2022 · 2 comments

Comments

@covain
Copy link
Collaborator

covain commented Apr 4, 2022

In wallet core there is coins list https://github.com/trustwallet/wallet-core/blob/master/registry.json
which is usually used a source for coins.yml.
This is something that can be automated.

Also there should be a possibility to extend the list with some custom coins (that are not in wallet-core). So this should be considered as well.

@optout21
Copy link

optout21 commented Apr 5, 2022

One concern: handle case when a coin is already supported by wallet-core, but not (yet) bz the iOS/Android app.

Range of data that could be synchronized:

  • symbol
  • handle (from id)
  • name (from name/displayname)
  • decimals: 18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@optout21 @covain and others