]>
Commit | Line | Data |
---|---|---|
c2ec2f53 DH |
1 | Zcash |
2 | ===== | |
20d59455 | 3 | |
293e4f01 | 4 | https://z.cash/ |
5a0823a0 | 5 | |
559ab225 SB |
6 | Where do I begin? |
7 | ----------------- | |
8 | ||
2f15f588 | 9 | We have a guide for joining the public testnet: https://github.com/zcash/zcash/wiki/Beta-Guide |
559ab225 | 10 | |
293e4f01 | 11 | What is Zcash? |
c2ec2f53 | 12 | -------------- |
20d59455 | 13 | |
45d7a9b4 | 14 | Zcash is an implementation of the "Zerocash" protocol. Based on Bitcoin's code, it intends to |
293e4f01 | 15 | offer a far higher standard of privacy and anonymity through a sophisticiated zero-knowledge |
08388dbc | 16 | proving scheme which preserves confidentiality of transaction metadata. |
20d59455 | 17 | |
293e4f01 | 18 | **Zcash is unfinished and highly experimental.** Use at your own risk. |
20d59455 | 19 | |
254c16dd DH |
20 | Participation in the Zcash project is subject to a [Code of Conduct](code_of_conduct.md). |
21 | ||
8fb1005c TH |
22 | Security Warnings |
23 | ----------------- | |
24 | ||
25 | See important security warnings in | |
26 | [doc/security-warnings.md](doc/security-warnings.md). | |
27 | ||
20d59455 CD |
28 | License |
29 | ------- | |
30 | ||
c2ec2f53 | 31 | Zcash is released under the terms of the MIT license. See [COPYING](COPYING) for more |
20d59455 | 32 | information or see http://opensource.org/licenses/MIT. |
8fb1005c | 33 |