trustwallet-assets/blockchains/tezos/info/info.json
Mykola f3ffd0b9ae
Update coin info structure (#1511)
* Remove data_source and change explorers for coin info list

* Remove explorers and data_soruce from info model

* Add new helper func getChainAssetInfoPath

* script

* Rename explorers => explorer

* Rename explorers => explorer

* Remove lowercased version

* Optimised images with calibre/image-actions

* remove

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-03-21 20:12:51 -07:00

21 lines
1.4 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",
"short_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.",
"description": "Developed by ex-Morgan Stanley analyst Arthur Breitman. Tezos (XTZ) is a multi-purpose platform that supports dApps and smart contracts. It aims to combine a self-correcting protocol and on-chain governance to manage network modifications. Tezos is powered by XTZ, which is created through 'baking'. Bakers put up deposits and are rewarded for signing and publishing blocks. Witnesses then validate the blocks. Dishonest bakers lose their XTZ deposits. Tezos uses delegated proof-of-stake (DPoS) and supports Turing complete smart contracts. Tezos is implemented in the OCaml programming language, which is said to offer 'functional, imperative, and object-oriented styles'.",
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/tezos",
"handle": "tezos"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/tezos",
"handle": "tezos"
}
],
"explorer": "https://tezos.id"
}