Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vikmeup authored Mar 9, 2018
1 parent b43c5fd commit d327f6c
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

Directory of images for ERC20 contracts.
Directory of token images for ERC20 contracts

# Add custom image:
## Requirements
Expand All @@ -11,3 +10,18 @@ Directory of images for ERC20 contracts.
1) Press on `Fork` in the top right corner.
2) Upload an image in `images/` folder on your own fork and commit changes.
3) Press on `New Pull Request` on your own fork page and submit it!



## How to Use It? (For Developers)
Base URL:
```js
https://raw.githubusercontent.com/TrustWallet/tokens/master/images/<contract_address>.png
```
Example:
```js
https://raw.githubusercontent.com/TrustWallet/tokens/master/images/0x006bea43baa3f7a6f765f14f10a1a1b08334ef45.png
```

## Used in Applications
- [Trust Wallet](https://trustwalletapp.com) - iOS and Android

0 comments on commit d327f6c

Please sign in to comment.