Cache Wallet
May 27, 2018 ยท View on GitHub

Cache Wallet
This is the official Cache Wallet.
This project is an enhanced version of the NEM Nano Wallet.
It is built with AngularJS (Old Angular) and wrapped in Electron
Use the Wallet
To use the Cache Wallet download the latest release of the app for your operating system:
Developers
Installation
This project is built using Node v10.2.1 and NPM 6.1.0
- Run
git clone https://github.com/cache-official/cache-wallet.git - Run
cd cache-wallet - Run
npm install
Development
To run the app in development mode, after performing installation steps stay inside the project directory and:
- Run
npm build - Then run
npm start
Deployment
After installation steps, to publish for macOS, Windows, and Linux do the following:
- Run
npm build - Run
npm run publish-mac - Run
npm run publish-win - Run
npm run publish-linux