Dark-Coin is an Android application to manage payments via NFC wristbands during an event.
This application does not use real money, money exchanges must be done outside the application. Once the exchanges are done, the NFC wristbands can be fed with the desired amount.
Install node packages
npm installAdd Android to Ionic project
ionic cap add androidBuild project
ionic cap build androidInstall cordova-res
npm i -g cordova-resUpdate only these files (they must be in this resolution)
| ressources
|__ icon.png (512x512)
|__ splash.png (1920x1920)
|__ android
|__ icon-foreground.png (432x432)
|__ icon-background.png (432x432)Move files in android folders using cordova-res command
cordova-res android --skip-config --copy