Do you just want the list of tokens? Here you go: https://t2crtokens.eth.link.
The one caveat is the following: This list follows the Uniswap's token lists schema where the decimals field is obligatory. Tokens that revert when the decimals()
function of its contract is called will not be included in this list unless there is an accepted submission for it in the Token Decimals TCR.
Keep in mind that the T2CR is a registry that enforces correctness of the token information. If you want a list of tokens that adhere to extra information (such as bug-free, secure, decentralized, non scam tokens) you should look into token badges.
For more in-depth knowledge into the criteria, see the listing policies of the T2CR and each badge.
Below are some listing criteria as of 31st of October 2020. For the latest criteria visit tokens.kleros.io or see the latest MetaEvidence
event emitted by the TCR contract (addresses in the Deployed Contracts
section).
Assuming you have Python already, install MkDocs:
pip install mkdocs
mkdocs serve
Open up http://127.0.0.1:8000/ in your web browser to see the docs documentation.