RISE Wallet - web & desktop wallet for the RISE DPoS blockchain. Built using TypeScript, React and Material UI.
RISE Wallet being a Progressive Web App (PWA) can be installed on a phone's home screen (iOS, Android) or a desktop OS (currently only on Chrome win/linux). This will remove the browser's UI and combined with offline support will give you a native-like experience (push notifications still to come).
Automatic nightly builds are provided directly from master
:
Dev build (live reload):
yarn start
Production build:
yarn build; yarn serve
Release files:
yarn build; yarn release; yarn release:desktop
Translations:
To get the wallet working with a custom RISE deployment by default:
src/config.json
and change both api_url
and api_url_testnet
yarn build; yarn release; yarn release:desktop
Keep in mind that you can simply use Node Switcher to connect to your node manually.
RISE is a next generation crypto-currency and blockchain application platform, written entirely in TypeScript. For more information please refer to our website.