diff --git a/README.md b/README.md index a75ca14..5243eec 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,9 @@ ### Introduction Oxen (formerly Loki) is a private cryptocurrency based on Monero. Oxen aims to provide a private data transmission layer using a second layer of Service Nodes. -More information on the project can be found on the [website](https://oxen.io) and in the [whitepaper](https://oxen.io/whitepaper). Oxen is an open source project, and we encourage contributions from anyone with something to offer. +More information on the project can be found on the [website](https://oxen.io) and in the [whitepaper](https://loki.network/whitepaper). Oxen is an open source project, and we encourage contributions from anyone with something to offer. -

- -

+![Oxen wallet image](src-electron/icons/mrcuug.png) ### About this project @@ -17,7 +15,7 @@ Please submit any changes as pull requests to the development branch, all change #### Pre-requisites -- Download latest [oxend](https://github.com/oxen-project/oxen/releases/latest) +- Download latest [oxend](https://github.com/loki-project/loki-core/releases/latest) - Extract the oxend binaries to a folder #### Commands @@ -25,8 +23,8 @@ Please submit any changes as pull requests to the development branch, all change ``` nvm use 14.11.0 npm install -g @quasar/cli -git clone https://github.com/oxen-project/oxen-electron-gui-wallet -cd oxen-electron-gui-wallet +git clone https://github.com/loki-project/loki-electron-gui-wallet +cd loki-electron-gui-wallet cp path_to_oxend_binaries/oxend bin/ cp path_to_oxend_binaries/oxen-wallet-rpc bin/ npm install diff --git a/src-electron/build/loki-dmg.tiff b/src-electron/build/oxen-dmg.tiff similarity index 100% rename from src-electron/build/loki-dmg.tiff rename to src-electron/build/oxen-dmg.tiff diff --git a/src-electron/icons/mrcuug.PNG b/src-electron/icons/mrcuug.PNG index 4824411..3fa74f6 100644 Binary files a/src-electron/icons/mrcuug.PNG and b/src-electron/icons/mrcuug.PNG differ