trustwallet-assets/blockchains/tezos/info/info.json
Viktor Radchenko 5f6fb5ed94
[Internal] Add tagging support (#5911)
* Add tagging support

* Add example dao support for TWT

* Update info.json

* Rename daos => dao

* Update tags.json

* Update tag in TWT, governance/dao

* Update test

* Add staking-native tag

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
2021-03-18 13:42:03 -07:00

28 lines
896 B
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"
]
}