Skip to content

raicoincommunity/WebWallet

Repository files navigation

Web wallet for Raicoin


Live version

You can access the wallet from any device at https://raiwallet.org/

Bugs/Feedback

If you run into any issues, please use the GitHub Issue Tracker or head over to our Telegram Group!

Development Prerequisites

  1. Install NPM https://www.npmjs.com/get-npm
  2. Install Angular CLI: npm install -g @angular/cli

Development Guide

  1. Clone repository and install dependencies
git clone https://github.com/raicoincommunity/WebWallet
cd WebWallet
npm install
  1. Run the wallet in development mode
npm run wallet:dev
  1. Build wallet for release
npm run wallet:build

Acknowledgements

Special thanks to the following!