Skip to content

Latest commit

 

History

History
71 lines (56 loc) · 2.09 KB

README.md

File metadata and controls

71 lines (56 loc) · 2.09 KB

logo


Knox is a contactless payments app powered by quantum key distribution and superdense coding.


This was built as a capstone project for the Introduction to Quantum Computing with IBM Quantum Course.

Knox Repositories

Component Repository
Frontend kry0sc0pic/knox-ui
Backend //TODO
POS Device //TODO
QKD Demo abirtanjinadnan/qkd_project

🚧 The Knox Frontend only works with phones which have NFC Features 🚧

Frontend Setup

git clone https://github.com/kry0sc0pic/knox-ui.git

OR

gh repo clone kry0sc0pic/knox-ui
cd knox-ui
flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs
flutter run

To build an apk

flutter build apk --release

Use the apk which is generated in the build/app/outputs/flutter-apk folder.

Contributors

License

GNU AGPLv3