Head back to Documentation
This is the QRL wallet application developed by The QRL team, and hosted on wallet.theqrl.org
It provides both web and desktop interfaces using Meteor, Semantic UI, NodeJS and Electron.
All secure XMSS operations are run in a web assembly compiled version of qrllib locally in your browser or desktop application. Keys stay in the memory space of the XMSS object, which is destroyed the moment you close the wallet, browser window or desktop application.
The following dependencies are required for a functional local development environment.
If you are using windows you will need to install a few extra packages.
Windows Only
# Install qrl-electrify
npm install -g qrl-electrify
Instructions and information for chimp can be found over at the chimp github
# Install chimp
npm install -g chimp
Build Tools for Visual Studio 2017
Windows Only - node-gyp
npm install -g node-gyp
git clone https://github.com/theQRL/qrl-wallet.git
cd qrl-wallet
meteor npm install --unsafe-perm
cd .electify
npm install
cd ..
meteor
Note: meteor must already be running for this to work!
chimp --ddp=http://localhost:3000 --watch --path=tests
electrify
mkdir .electrify/.dist
electrify package -o .electrify/.dist/