QLCTracker is an integrated platform with explorer, wallet, staking, mining reward functions for QLC Chain.
- Node Package Manager: Install npm
- Angular CLI:
npm i -g @angular/cli
git clone https://github.com/qlcchain/QLCTracker
cd QLCTracker
npm installBuild a production version of the QLCTracker for web:
npm run qlc:buildBuild a production version of the QLCTracker for desktop:
npm run qlc:build-desktopand
npm run desktop:devfor development or
npm run desktop:localto create an executable in dist-desktop.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.
If you run into any issues, please use the GitHub Issue Tracker We are continually improving and adding new features based on the feedback you provide, so please let your opinions be known!
Special thanks to the following!
- numtel/nano-webgl-pow - WebGL PoW Implementation
- jaimehgb/RaiBlocksWebAssemblyPoW - CPU PoW Implementation
- dcposch/blakejs - Blake2b Implementation
- dchest/tweetnacl-js - Cryptography Implementation
MIT