mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
e3d5d8ed79
* Include coin info.json's in checks as well * Put all chain coin cheks into one check step * Socials->links adaptation in coin info.json's Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "Tezos",
|
|
"website": "https://tezos.com/",
|
|
"source_code": "https://gitlab.com/tezos/tezos",
|
|
"white_paper": "https://www.tezos.com/static/papers/white_paper.pdf",
|
|
"description": "Tezos is a smart contract platform that uses blockchain voting to be self-governing by its token holders. Also, the platform aims to boost the security of smart contracts.",
|
|
"socials": [
|
|
{
|
|
"name": "Twitter",
|
|
"url": "https://twitter.com/tezos",
|
|
"handle": "tezos"
|
|
},
|
|
{
|
|
"name": "Reddit",
|
|
"url": "https://reddit.com/r/tezos",
|
|
"handle": "tezos"
|
|
}
|
|
],
|
|
"explorer": "https://tezos.id",
|
|
"research": "https://research.binance.com/en/projects/tezos",
|
|
"symbol": "XTZ",
|
|
"type": "COIN",
|
|
"decimals": 6,
|
|
"status": "active",
|
|
"tags": [
|
|
"staking-native"
|
|
],
|
|
"links": [
|
|
{
|
|
"name": "source_code",
|
|
"url": "https://gitlab.com/tezos/tezos"
|
|
},
|
|
{
|
|
"name": "twitter",
|
|
"url": "https://twitter.com/tezos"
|
|
},
|
|
{
|
|
"name": "reddit",
|
|
"url": "https://reddit.com/r/tezos"
|
|
}
|
|
]
|
|
} |