You can access the wallet from any device at https://raiwallet.org/
If you run into any issues, please use the GitHub Issue Tracker or head over to our Telegram Group!
- Install NPM https://www.npmjs.com/get-npm
- Install Angular CLI: npm install -g @angular/cli
- Clone repository and install dependencies
git clone https://github.com/raicoincommunity/WebWallet
cd WebWallet
npm install
- Run the wallet in development mode
npm run wallet:dev
- Build wallet for release
npm run wallet:build
Special thanks to the following!
- dcposch/blakejs - Blake2b Implementation
- dchest/tweetnacl-js - Cryptography Implementation
- cronoh/nanovault - UI template