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