Skip to content

Latest commit

 

History

History
100 lines (64 loc) · 4.05 KB

eos-tutorial.en.md

File metadata and controls

100 lines (64 loc) · 4.05 KB

EOS Token Profile Submission Guideline

Check Token Profile Guideline

Requirements

Information Preparation

Complete project information and related blockchain media reports are appreciated, this includes but not limited to the following items:

Token Profile Submission:

Sample Pull Request (PR): https://github.com/consenlabs/token-profile/pull/3475/files

Requirements to the information

Completeness and Accuracy of the information

You are responsible for the information you submitted. Please ensure that the token information, is concise and accurate. Please check the sample PR. Complete information of your project can help imToken team understand your project better, which speed up the review process.

In order to ensure the authenticity of the information submitted, please publish an announcement on your website or official social media channels and attach the corresponding link in “Official announcement”. We recommended a format similar to the following:

#imToken #1636 We are providing XXX token’s information on imToken. After completion, you can see the logo and full information inside imToken’s Token Manager.

Note:

  • 1636 is the PR number, as in: #1636 This number is the key to verify yourself as the rightful editor of the information to imToken.
  • The token information can only be changed after the official verification

Logo Design Requirements

  • Size: 120x120 pixels
  • Transparent background PNG format
  • Brand logo horizontally and vertically centered, as shown below.

example

How it works

We recommend that you complete the procedures with your developers

  1. Fork the repo to your own github account.

  2. Clone the repo from your own account, please note: do no clone the origin one directly, but clone the repo you forked

git clone git@github.com:xxxxxxxx/token-profile.git
cd token-profile/
  1. Create a new branch (file) and switch to a new branch named by your token symbol For example:
git branch xxx-token
git checkout xxx-token
  1. Add a new json file to the eos-token directory, named by symbol@accountname. For example: PUB@publytoken11.json

  2. Please ensure to use UTF-8 encoding in the json file to avoid Travis-CI build error. Please check the template file to fill in the complete token information: $template.json

  3. Add the token logo to images directory, name it by symbol@accountname as well.

  4. Commit and push the information to your repo For example:

git add -A
git commit -m “Add xxx token”
git push origin xxx-token
  1. Under your repo page, click the “New pull request” button. Then, attach the detailed project information, official announcement and related blockchain media reports. This includes but not limited to the following: (Official announcement; Project team background; Project basic information; Media publications; Supported Exchanges).

    Sample PR: #3475

  2. We will review your PR as soon as possible. If there is no problem with your PR, we will merge it into our master branch. And then your token profile will display in the current imToken App

Frequently asked questions

How to display token price:

In imToken, the current displayed token prices are provided by the block.cc API. If you want your project’s token price to be displayed in imToken, your token price must be supported on block.cc and you have to provide us the corresponding link. Please refer to this page for more information: https://mifengcha.com/q/eth

Related

Copyright

2020©imToken PTE. LTD.