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 install
Build a production version of the QLCTracker for web:
npm run qlc:build
Build a production version of the QLCTracker for desktop:
npm run qlc:build-desktop
and
npm run desktop:dev
for development or
npm run desktop:local
to 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