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
To use the Cache Wallet download the latest release of the app for your operating system:
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
To run the app in development mode, after performing installation steps stay inside the project directory and:
- Run
npm build
- Then run
npm start
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