Mobile App for Blockchain Devs
Install from pip
pip install -r requirements.txt
$ python eventsapp/main.py -m screen:droid2,portrait -m inspector
$ python3 eventsapp/main.py -m screen:droid2,portrait -m inspector
- Paste/change the image in BlockchainDevs/tools/theming
- Change your directory to BlockchainDevs-Mobile-App
- Run command
make theming
This command will aggregate all the png images in your file to one atlas from which the images are loaded.
- Install buildozer: pip install buildozer
- Edit the buildozer.spec to specify if you have android ndk and sdk, if not they will be automatically be downloaded by the next step.
- Connect your mobile, enable usb debugging, Then goto BlockchainDevs