From dde353d7ad5de31af6423730ed7ad92bdb87e13f Mon Sep 17 00:00:00 2001 From: Skylar Saveland Date: Tue, 19 Jul 2022 08:33:31 -0700 Subject: [PATCH] small readme update (#188) --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2f55cee0..a68db3f1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Zecwallet-Lite is z-Addr first, Sapling compatible lightwallet client for Zcash. ## Download Download compiled binaries from our [release page](https://github.com/adityapk00/zecwallet-lite/releases) -## Privacy +## Privacy * While all the keys and transaction detection happens on the client, the server can learn what blocks contain your shielded transactions. * The server also learns other metadata about you like your ip address etc... * Also remember that t-addresses don't provide any privacy protection. @@ -23,7 +23,7 @@ Zecwallet-Lite does automatic note and utxo management, which means it doesn't a * When sending an outgoing transaction to a shielded address, Zecwallet-Lite can decide to use the transaction to additionally shield your transparent funds (i.e., send your transparent funds to your own shielded address in the same transaction) ## Compiling from source -Zecwallet Lite is written in Electron/Javascript and can be build from source. It will also automatically compile the Rust SDK needed to run Zecwallet Lite. +Zecwallet Lite is written in Electron/Javascript and can be build from source. It will also automatically compile the Rust SDK needed to run Zecwallet Lite. #### Pre-Requisites You need to have the following software installed before you can build Zecwallet Fullnode @@ -40,11 +40,7 @@ yarn install yarn build ``` -To start in development mode, run -``` -yarn dev -``` -To start in production mode, run +To start in locally, run ``` yarn start ```