Update README.md

This commit is contained in:
adityapk00 2021-03-22 10:39:02 -07:00 committed by GitHub
parent e114aabfb4
commit f5994aed28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ 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. Note that if you are compiling from source, you won't get the embedded zcashd by default. You can either run an external zcashd, or compile zcashd as well.
Pre-Requisits
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
* [Nodejs v12.16.1 or higher](https://nodejs.org)