Add MTXLT-286 (#132)

This commit is contained in:
Christian Eichinger 2019-09-05 05:46:45 +02:00 committed by Mykola
parent 426aa9a68d
commit 197b0db62f
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Trust Wallet Assets Info
## Overview
Hello and welcome to Trust Wallet assets info contribution guide. We appriciate your effort to open-source.
Hello and welcome to Trust Wallet assets info contribution guide. We appreciate your effort to open-source.
Token repository [https://github.com/trustwallet/assets](https://github.com/trustwallet/assets) (repo) is a source of images used by [Trust Wallet](https://trustwallet.com/) including:
1. [ERC20](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md) tokens on Ethereum compatible networks supported by Trust Wallet such as:
@ -13,7 +13,7 @@ Token repository [https://github.com/trustwallet/assets](https://github.com/trus
- [Callisto Network (CLO)](https://callisto.network/)
- [Thunder Token (TT)](https://thundercore.com/)
2. [BEP2](https://github.com/binance-chain/BEPs/blob/master/BEP2.md) Binance DEX token (native marketplace on Binance Chain)
2. [BEP2](https://github.com/binance-chain/BEPs/blob/master/BEP2.md) Binance DEX token (native marketplace on Binance Chain)
3. [TRC10](https://developer.trustwallet.com/add_new_token_image#how-to-generate-address-for-trc10-tron-based-token) tokens on TRON blockchain
@ -84,7 +84,7 @@ Token repository [https://github.com/trustwallet/assets](https://github.com/trus
## Common uploads
Uploading:
1. Ethereum ERC20 [token folder](https://github.com/trustwallet/assets/tree/master/blockchains/ethereum/assets)
2. Binance DEX BEP2 token [token folder](https://github.com/trustwallet/assets/tree/master/blockchains/binannce/assets)
2. Binance DEX BEP2 token [token folder](https://github.com/trustwallet/assets/tree/master/blockchains/binance/assets)
3. TRON TRC10 token [token folder](https://github.com/trustwallet/assets/tree/master/blockchains/binannce/assets)
@ -108,7 +108,7 @@ Process adding new tokens may look complicated at first glance, but once you com
### Easy way for Git user
1. Fork the repo to your own github account
2. Clone fork and crate new branch:
2. Clone fork and create new branch:
```bash
git clone git@github.com:YOUR_HANDLE/assets.git
cd tokens
@ -122,11 +122,11 @@ git add -A
git commit -m “Add <token_name>
git push origin <branch_name>
```
5. From your repo clone page make PR
5. From your repo clone page make PR
## FAQ
### Why do I still see old logo in Trust Wallet after uploaded new one
### Why do I still see old logo in Trust Wallet after uploaded new one
Both clients, Android and iOS keep old image cache for up to 7 days. In order to see changes immediately, reinstall Trust Wallet. But as always, make sure you have a backup of all your wallets.
## How to use it? (For Developers)
@ -164,4 +164,4 @@ https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/tron/ass
## Used in Applications
- [Trust Wallet](https://trustwallet.com) - [iOS](https://itunes.apple.com/us/app/trust-ethereum-wallet/id1288339409) and [Android](https://play.google.com/store/apps/details?id=com.wallet.crypto.trustapp)
- [0x Tracker](https://0xtracker.com) - The 0x Protocol Trade Explorer and news aggregator
- [0x Tracker](https://0xtracker.com) - The 0x Protocol Trade Explorer and news aggregator

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB