trustwallet-assets/blockchains/zcash/info/info.json
Mykola 75136431f4
Mykola/add username prop (#1091)
* Add nested-property for easy work with objects

* Add infoList interface

* Modify and run script  to gen new "username" property

* Add "username" prop for all coins

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Rename username -> handle

* Rename username -> handle

* Optimised images with calibre/image-actions

* rename

* Update handle

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-01-28 12:55:19 -08:00

31 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

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": "Zcash",
"website": "https://z.cash",
"source_code": "https://github.com/zcash/zcash",
"whitepaper": "https://github.com/zcash/zips/blob/master/protocol/protocol.pdf",
"explorers": [
{
"name": "ZChain",
"url": "https://explorer.zcha.in"
}
],
"socials": [
{
"name": "Twitter",
"url": "https://twitter.com/electriccoinco",
"handle": "electriccoinco"
},
{
"name": "Reddit",
"url": "https://www.reddit.com/r/zec/",
"handle": ""
}
],
"details": [
{
"language": "en",
"description": "Launched in 2016 by Zooko Wilcox-OHearn and based on the Zerocoin protocol, Zcash (ZEC) is a decentralized and open-source privacy-focused cryptocurrency that enables selective transparency of transactions. Zcash transactions can either be transparent or shielded through a zero-knowledge proof called zk-SNARKs. This allows the network to maintain a secure ledger of balances without disclosing the parties or amounts involved. Instead of publishing spend-authority and transaction values, the transaction metadata is encrypted and zk-SNARKs are used to prove that nobody is being dishonest."
}
],
"data_source": "crowd"
}