{"id":13430557,"url":"https://github.com/zcash/zcash","last_synced_at":"2025-05-12T13:17:45.444Z","repository":{"id":23617666,"uuid":"26987049","full_name":"zcash/zcash","owner":"zcash","description":"Zcash - Internet Money","archived":false,"fork":false,"pushed_at":"2025-05-01T05:30:16.000Z","size":114657,"stargazers_count":5013,"open_issues_count":1088,"forks_count":2095,"subscribers_count":368,"default_branch":"master","last_synced_at":"2025-05-12T13:16:50.336Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://z.cash/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zcash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":"code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-11-22T03:13:10.000Z","updated_at":"2025-05-12T12:58:09.000Z","dependencies_parsed_at":"2023-09-28T02:56:17.855Z","dependency_job_id":"6d3197d9-b344-4388-a1d9-01022125cf88","html_url":"https://github.com/zcash/zcash","commit_stats":{"total_commits":13235,"total_committers":646,"mean_commits":"20.487616099071207","dds":0.8574234982999622,"last_synced_commit":"99ad6fdc3a549ab510422820eea5e5ce9f60a5fd"},"previous_names":[],"tags_count":156,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcash%2Fzcash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcash%2Fzcash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcash%2Fzcash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcash%2Fzcash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zcash","download_url":"https://codeload.github.com/zcash/zcash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253745196,"owners_count":21957319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T02:00:55.154Z","updated_at":"2025-05-12T13:17:45.414Z","avatar_url":"https://github.com/zcash.png","language":"C++","funding_links":[],"categories":["Applications","C++","应用","应用 Applications","Tools","12. Case Studies and Real-World Examples","应用程序 Applications","ZCash","Privacy Coins"],"sub_categories":["Cryptocurrencies","Blockchain","加密货币","加密货币 Cryptocurrencies","Interface Description","12.3 Zcash"],"readme":"Zcash 6.2.0\n\u003cimg align=\"right\" width=\"120\" height=\"80\" src=\"doc/imgs/logo.png\"\u003e\n===========\n\nWhat is Zcash?\n--------------\n\n[Zcash](https://z.cash/) is HTTPS for money.\n\nInitially based on Bitcoin's design, Zcash has been developed from\nthe Zerocash protocol to offer a far higher standard of privacy and\nanonymity. It uses a sophisticated zero-knowledge proving scheme to\npreserve confidentiality and hide the connections between shielded\ntransactions. More technical details are available in our\n[Protocol Specification](https://zips.z.cash/protocol/protocol.pdf).\n\n## The `zcashd` Full Node\n\nThis repository hosts the `zcashd` software, a Zcash consensus node\nimplementation. It downloads and stores the entire history of Zcash\ntransactions. Depending on the speed of your computer and network\nconnection, the synchronization process could take several days.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"doc/imgs/zcashd_screen.gif\" height=\"500\"\u003e\n\u003c/p\u003e\n\nThe `zcashd` code is derived from a source fork of\n[Bitcoin Core](https://github.com/bitcoin/bitcoin). The code was forked\ninitially from Bitcoin Core v0.11.2, and the two codebases have diverged\nsubstantially.\n\n#### :lock: Security Warnings\n\nSee important security warnings on the\n[Security Information page](https://z.cash/support/security/).\n\n**Zcash is experimental and a work in progress.** Use it at your own risk.\n\n####  :ledger: Deprecation Policy\n\nThis release is considered deprecated 16 weeks after the release day. There\nis an automatic deprecation shutdown feature which will halt the node some\ntime after this 16-week period. The automatic feature is based on block\nheight.\n\n## Other Zcash Implementations\n\nThe [Zebra](https://github.com/ZcashFoundation/zebra) project offers a\ndifferent Zcash consensus node implementation, written largely from the\nground up.\n\n## Getting Started\n\nPlease see our [user\nguide](https://zcash.readthedocs.io/en/latest/rtd_pages/rtd_docs/user_guide.html)\nfor instructions on joining the main Zcash network.\n\n### Need Help?\n\n* :blue_book: See the documentation at the [ReadTheDocs](https://zcash.readthedocs.io)\n  for help and more information.\n* :incoming_envelope: Ask for help on the [Zcash forum](https://forum.zcashcommunity.com/).\n* :speech_balloon: Join our community on the [Zcash Global Discord](https://discord.com/invite/zcash).\n* 🧑‍🎓: Learn at [ZecHub](https://zechub.wiki/)\n\nParticipation in the Zcash project is subject to a\n[Code of Conduct](code_of_conduct.md).\n\n### Building\n\nBuild Zcash along with most dependencies from source by running the following command:\n\n```\n./zcutil/build.sh -j$(nproc)\n```\n\nCurrently, Zcash is only officially supported on Debian and Ubuntu. See the\n[Debian / Ubuntu build page](https://zcash.readthedocs.io/en/latest/rtd_pages/Debian-Ubuntu-build.html)\nfor detailed instructions.\n\nLicense\n-------\n\nFor license information see the file [COPYING](COPYING).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzcash%2Fzcash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzcash%2Fzcash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzcash%2Fzcash/lists"}