This is ALPHA software. Here be dragons! Use at your own risk.
Contributions very! welcome! 0x64C9988A6C6EF250074D9A2d5df73a59d0292dd8 or @ Gitcoin
Python3 Pipenv zbarcam (qr scanner)
# on mac:
brew install zbar
# on ubuntu:
apt-get install zbar-tools
# on linux:
apt-get install zbar
Python3 Pipenv RaspberryPi camera module
# Install python deps
pipenv install
# Install eSSP (until install with pipenv is fixed)
pipenv run pip3 install git+https://github.com/Minege/eSSP
pipenv run python main.py develop
pipenv run python scripts/mock/mock_validator.py
pipenv run python scripts/mock/mock_status.py [--verbose]
pipenv run python scripts/mock/mock_pricefeed.py [--verbose]
pipenv run python scripts/mock/mock_web3.py
Follow instructions in clean_install.md
in /home/pi/.kivy/config.ini to invert touch x-axis:
[input]
mouse = mouse
%(name)s = probesysfs,provider=hidinput,param=invert_x=1
in /boot/config.txt to set resolution for shitty screen (480x848)
hdmi_group=2
hdmi_mode=14
in /boot/config.txt to rotate screen 180 deg:
display_rotate=2
DISPLAY=:0 KIVY_GL_BACKEND=sdl2 KIVY_WINDOW=sdl2 pipenv run python main.py <config_file>
You can find configuration examples in the config
folder.
License: AGPL v3 Copyright © TrueLevel SA
@tshabs @samouraid3 @Minege @megaturbo @ymaktepi @0xjac @roflolilolmao