RISE Wallet - web & desktop wallet for the RISE DPoS blockchain. Built using TypeScript, React and Material UI.
- Sending & receiving RISE
- Voting for DPoS delegates
- Ledger hardware wallet support
- Offline support
- Address book
- Connecting to custom nodes
- Desktop versions
- Translations (ET, FR, NL, PL, more to come)
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):
- Clone the repo
- Run
yarn start
Production build:
- Clone the repo
- Run
yarn build; yarn serve
Release files:
- Clone the repo
- Run
yarn build; yarn release; yarn release:desktop
Translations:
- You can help with translating the wallet
To get the wallet working with a custom RISE deployment by default:
- Checkout a working copy
- Edit
src/config.json
and change bothapi_url
andapi_url_testnet
- Build a release with
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.