diff --git a/README.md b/README.md index e5b55444..0d3f3678 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ -## ZecWallet Lite with Zingolib -Zecwallet-lite but instead of using zecwallet-cli, it's using Zingolib -This is higly experimental software. +## Zingo PC ## 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. +Zingo PC is written in Electron/Javascript and can be build from source. It will also automatically compile the Rust SDK needed to run zingo-pc. #### Pre-Requisites You need to have the following software installed before you can build Zecwallet Fullnode @@ -15,16 +13,16 @@ You need to have the following software installed before you can build Zecwallet For some reason, the Neon native module will not compile from inside this repo. First compile it from [this repo](https://github.com/james-katz/zingo-wrapper) -After compilation, copy `native.node` to `./zecwallet-lite-zingolib/src/` +After compilation, copy `native.node` to `./zingo-pc/src/` ``` -$ cp /path/to/zingo-wrapper/native.node /path/to/zecwallet-lite-zingolib/src/native.node +$ cp /path/to/zingo-wrapper/native.node /path/to/zingo-pc/src/native.node ``` Then clone and compile this repo: ``` -git clone https://github.com/james-katz/zecwallet-lite-zingolib.git -cd zecwallet-lite-zingolib +git clone https://github.com/zingolabs/zingo-pc.git +cd zingo-pc yarn install yarn build @@ -37,11 +35,9 @@ To start in locally, run yarn start ``` -For some reason, I couldn't run zecwallet-lite using the above command, so I compiled the binary instead: +For some reason, I couldn't run zingo-pc using the above command, so I compiled the binary instead: ``` yarn dist:linux ``` The binary should be in the *dist* directory. - -_PS: Zecwallet-Lite-Zingolib is NOT an official wallet, and is not affiliated with the Electric Coin Company in any way._ diff --git a/package.json b/package.json index 348bb821..f8ff022c 100644 --- a/package.json +++ b/package.json @@ -193,7 +193,7 @@ "AppImage" ], "desktop": { - "Name": "ZecWallet Lite", + "Name": "Zingo PC", "Comment": "Shielded Lightclient for Zcash", "GenericName": "Wallet", "Type": "Application", diff --git a/package.json.bak b/package.json.bak index 891517b0..4bd967c4 100644 --- a/package.json.bak +++ b/package.json.bak @@ -193,7 +193,7 @@ "AppImage" ], "desktop": { - "Name": "ZecWallet Lite", + "Name": "Zingo PC", "Comment": "Shielded Lightclient for Zcash", "GenericName": "Wallet", "Type": "Application",