trustwallet-assets/blockchains/tezos/info/info.json
Viktor Radchenko fa65134c48
Update coin info to contain short description (#1235)
* Update coin info to contain short description

* Rename whitepaper to white_paper

* Fix filecoin file

* Fix iost json
2020-02-15 10:04:11 +09:00

27 lines
1.3 KiB
JSON

{
"name": "Tezos",
"website": "https://www.tezos.com/",
"source_code": "https://gitlab.com/tezos/tezos",
"white_paper": "https://www.tezos.com/static/papers/white_paper.pdf",
"short_scription": "",
"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'.",
"explorers": [
{
"name": "Tezos.ID",
"url": "https://tezos.id"
}
],
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/tezos",
"handle": "tezos"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/tezos",
"handle": "tezos"
}
],
"data_source": "crowd"
}