trustwallet-assets/blockchains/zilliqa/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
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Zilliqa",
"website": "https://zilliqa.com",
"source_code": "https://github.com/Zilliqa/Zilliqa",
"white_paper": "https://docs.zilliqa.com/whitepaper.pdf",
"short_description": "Zilliqa will be the world's first high-throughput public blockchain platform - designed to scale to thousands of transactions per second.",
"description": "Introduced in 2017, Zilliqa (ZIL) is centered around the idea of 'Sharding' and was designed to enhance the scalability of cryptocurrency networks such as Ethereum. Sharding is analogous to the concept of 'divide and conquer', where transactions are divided into smaller groups for miners to perform parallel transactional verification. The upshot of this is the ability to reach consensus more quickly, which would increase the number of transactions in a given period. According to the white paper, transactions speed could scale to approximately 1000x that of Ethereum's network. Zilliqas high throughput means that developers can focus on fleshing out their ideas rather than worrying about network congestion.",
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/zilliqa",
"handle": "zilliqa"
},
{
"name": "Reddit",
"url": "https://reddit.com/r/zilliqa",
"handle": "zilliqa"
}
],
"explorer": "https://viewblock.io/zilliqa"
}