1.0.1 release.

This commit is contained in:
Sean Bowe
2016-11-03 22:07:56 -06:00
parent 9752e57739
commit eb2e2b7043
10 changed files with 56 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
Zcash 1.0.0
Zcash 1.0.1
===========
What is Zcash?
@@ -6,9 +6,9 @@ What is Zcash?
[Zcash](https://z.cash/) is an implementation of the "Zerocash" protocol.
Based on Bitcoin's code, it intends to offer a far higher standard of privacy
and anonymity through a sophisticated zero-knowledge proving scheme that
preserves confidentiality of transaction metadata. Technical details are
available in our [Protocol Specification](https://github.com/zcash/zips/raw/master/protocol/protocol.pdf).
through a sophisticated zero-knowledge proving scheme that preserves
confidentiality of transaction metadata. Technical details are available
in our [Protocol Specification](https://github.com/zcash/zips/raw/master/protocol/protocol.pdf).
This software is the Zcash client. It downloads and stores the entire history
of Zcash transactions; depending on the speed of your computer and network
@@ -41,7 +41,7 @@ Building
--------
Build Zcash along with most dependencies from source by running
./zcutil/build.sh. Currently only Linux is supported.
./zcutil/build.sh. Currently only Linux is officially supported.
License
-------