-
Notifications
You must be signed in to change notification settings - Fork 0
Home
-
Make sure you fork the repository on github to your own account
-
clone the newly forked repository, see: Cloning
-
In the newly cloned repository perform:
git remote add upstream https://github.com/Tribler/trustchain-superapphttps://github.com/Tribler/trustchain-superapp
-
Now you can pull remote changes as such:
git pull upstream master
Make sure when cloning to recurese submodule to ensure ipv8 gets pulled to.
git clone --recurse-submodules-submodules <REPO-URL>
cd into the created directory
cd trustchain-superapp
./gradlew :app:buildDebug
-
Android studio
-
Android device (Android 11 (API level 30) and higher)
-
Connect your android device to your android studio (as seen here: https://developer.android.com/tools/adb )
-
Enable developer options for your device see here for details on your phone.
-
Connect device to computer either by connecting to same wifi or by cable.
-
Press the dropdown menu next to the launch icon at the top of android studio screen.
-
Follow the shown instructions to link connect device.
-
-
Press the run button, the superapp will now build, launch on the phone and the output should be shown in android studio.
TODO
This module contains functionality and resources that are used by multiple other submodules of the TrustChain Super App.
This module contains functionality for storing information about bitcoin wallets.
This module contains functionality for storing information about ethereum wallets.
Contains a proof-of-concept implementation of a DAO system using Trustchain and Bitcoin.
TODO
TODO
TODO
TODO
TODO
TODO
See: https://github.com/JopSchaap/trustchain-superapp/blob/master/doc/AppTutorial.md
Right click your sub-module and go to
new -> fragment
and select one from the list.