|
| 1 | +# Trust Wallet Token Images |
| 2 | +This repository (repo) provides token images for Trust Wallet mobile clients iOS and Android |
| 3 | +<center><img src='https://raw.githubusercontent.com/TrustWallet/tokens/master/tutorial/trust-wallet.png'></center> |
| 4 | + |
1 | 5 | Directory of token images for ERC20 contracts
|
2 | 6 |
|
3 | 7 | # Add custom image:
|
4 | 8 | ## Requirements
|
5 |
| -- name of the file in lowercase: `contract_address.png`. Ex: `0xd26114cd6ee289accf82350c8d8487fedb8a0c07.png` |
6 |
| -- format: `PNG` |
7 |
| -- size: `256px by 256px` |
8 |
| - |
9 |
| -## Steps |
10 |
| -1) Press on `Fork` in the top right corner. |
11 |
| -2) Upload an image in `images/` folder on your own fork and commit changes. |
12 |
| -3) Press on `New Pull Request` on your own fork page and submit it! |
| 9 | +- format: `png` |
| 10 | +- name of the file in lowercase fromat: `contract_address.png`. Ex: `0xd26114cd6ee289accf82350c8d8487fedb8a0c07.png` |
| 11 | +- size: minimum `256px by 256px` |
| 12 | +- background: preferably transparant |
| 13 | + |
| 14 | +## How To Add |
| 15 | +1) Press on `Fork` in the top right corner, wait for process to complite |
| 16 | +2) Navigate to `tokens` folder on your own fork. |
| 17 | +3) Press on `Upload File` in the top right corner. |
| 18 | +4) Choose file, make sure it follows requirments above |
| 19 | +5) Press on `Commitchanges` |
| 20 | +6) Press on `New pull request` on your own fork page and submit it by pressing on `Create pull request`! |
| 21 | +7) Add short description including name and token symbol in a header field |
| 22 | +8) Press on `Create pull request` |
| 23 | +9) Once tests complited and verifies your image follows requirments maintainer will merge it and in 5-10 minutes token became searchable in Trust Wallet |
13 | 24 |
|
14 | 25 | ### Youtube: Upload ERC20 Token Image to Trust Wallet:
|
15 | 26 |
|
16 |
| -[](https://www.youtube.com/watch?v=EFrJT_b11m4) |
| 27 | +<center> |
| 28 | +<video alignwidth="720" height="480" controls> |
| 29 | + <source src="./tutorial/upload-token-image.mov" type="video/mp4"> |
| 30 | +</video> |
| 31 | +</center> |
| 32 | + |
| 33 | +[![Upload ERC20 Token Image to Trust Wallet] |
| 34 | +(https://img.youtube.com/vi/EFrJT_b11m4/0.jpg)](https://www.youtube.com/watch?v=EFrJT_b11m4) |
18 | 35 |
|
19 | 36 |
|
20 | 37 | ## How to Use It? (For Developers)
|
|
0 commit comments