Skip to content

Directory of token details and image for ZRC2 contracts

License

Notifications You must be signed in to change notification settings

ZilStream/zrc2-tokens

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Directory of token details and image for ZRC2 contracts

Add new token to Zillet.io:

Requirements

  • name of the file in lowercase: symbol.png. Ex: meta.png
  • format: PNG
  • size: 256px by 256px

Steps

  1. Press on Fork in the top right corner.
  2. Add token details inside tokens folder by creating a json file and upload an image in icons/ folder on your own fork and commit changes.
  3. Press on New Pull Request on your own fork page and submit it!

ZRC2 format

exmp.json (Token symbol .json) file format should be like this

{
    "name": "SXGD",  // Name  of the token
    "symbol": "SXGD", // Symbol of the token
    "decimals": 6, // Supported decimals
    "address": "", // Mainnet contract address 
    "testnetAddress": "zil1nx3hf8x8yax6cw5vk0f2ru0nzrpq544038zuap" // Testnet contract address
}

How to Use the Images? (For Developers)

Base URL:

https://raw.githubusercontent.com/zillet/zrc2-tokens/master/images/<symbol>.png

Example:

https://raw.githubusercontent.com/zillet/zrc2-tokens/master/images/meta.png

Used in Applications

About

Directory of token details and image for ZRC2 contracts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%