A simple DIY Bitcoin vending machine
Bitcoin Vending Machine is a simple software that will turn your micro-computer into a fully functional vending machine.
v0.2.1
For now, this is a browser-based application which means the app is going to run on a full-screen browser.
Software requirement: this software is meant to be run on Raspbian Stretch or later.
⚠️ Note: in order to check payments, a stable internet connection is required.
git clone https://github.com/BUYMERCIER/bitcoin-vending-machine
cd bitcoin-vending-machine
pip3 install -r requirements.txt
vi address # input your Bitcoin Cash address here
python3 main.py
Then open up 127.0.0.1:5000 in your browser.