Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
small readme update (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyl authored Jul 19, 2022
1 parent a62f5b9 commit dde353d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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
```
Expand Down

0 comments on commit dde353d

Please sign in to comment.