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

Create our own tokenlist #1

Open
vladiuz1 opened this issue Jul 6, 2021 · 3 comments
Open

Create our own tokenlist #1

vladiuz1 opened this issue Jul 6, 2021 · 3 comments

Comments

@vladiuz1
Copy link
Collaborator

vladiuz1 commented Jul 6, 2021

UDPATED... See 1st comment to this ticket: #1 (comment)

We need to create a tokenlist compliant with tokenlists.org / https://github.com/Uniswap/token-lists

The list must include multi-chain tokens. Tokens in different chains with matching SYMBOLs must be considered equivalents... e.g. USDC with chainId 56 and chainId 1 are the same USDC but on different chains.

https://gateway.pinata.cloud/ipfs/QmdKy1K5TMzSHncLzUXUJdvKi1tHRmJocDRfmCXxW5mshS

Based on TL compliant tokenlist we may or may not need our own format. E.g. hosted in /data/coins.json or some other format.

To start with, we can use some else's tokenlist as a base. We need to keep in mind that our tokenlists must reference logos hosted in our frontend repo.

The logos must be SVG

The job of mainterner must be converting the logos to SVG format using tools like sketch with Potrace plugin, or some other vector converter

@vladiuz1
Copy link
Collaborator Author

vladiuz1 commented Aug 2, 2021

Instead of having our own tokenlist, we must:

  1. Appoint maintainer of the coinlist
  2. Clone the trustwallet repo
  3. Create our own format similar to that of trustwallet, but with token symbols added to all subfolders... So directory structure is more manageable.
  4. Create build scripts, that will update our list from the trustwallet repo, in developer-friendly manner. It should find conficts (coins that were changed on our side, but don't match the coins in trustwallet repo).

We should also need to move to SVG coin logos. A good repo for coin logos is here:

https://github.com/spothq/cryptocurrency-icons

This was referenced Aug 4, 2021
This was referenced Aug 17, 2021
@VitaliyShulik
Copy link
Member

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

2 participants