Android Wallet application for the StudyBits project. This allows students to receive and prove their credentials.
Works in conjunction with the StudyBits Agent
- Import the project in Android Studio
- Execute the wanted gradle task. (e.g. build)
- Run the docker compose setup from the university-agent (located at
./StudyBits/
) (injecting your ip) - Create a file
gradle.properties
containingENDPOINT_IP="<YOUR_IP_HERE>"
- Start an emulator or connect an android device to your machine
- Build and deploy to a device
- Follow the steps above
- Run
./gradlew connectedCheck
(or run the corresponding task in Android Studio)