Skip to content

An integrated Platform of explorer, wallet, staking, mining reward for QLC Chain.

Notifications You must be signed in to change notification settings

qlcchain/QLCTracker

Repository files navigation

QLCTracker

QLCTracker is an integrated platform with explorer, wallet, staking, mining reward functions for QLC Chain.

Development Prerequisites

  • Node Package Manager: Install npm
  • Angular CLI: npm i -g @angular/cli

Development Guide

Clone repository and install dependencies

git clone https://github.com/qlcchain/QLCTracker
cd QLCTracker
npm install

Build QLCTracker (For Production)

Build a production version of the QLCTracker for web:

npm run qlc:build

Build QLCTracker (For Desktop)

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.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Bugs/Feedback

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!

Acknowledgements

Special thanks to the following!

Links & Resources

License

MIT