├── LICENSE ├── README.md ├── lib ├── jquery.qrcode.min.js ├── pyggy.svg └── view.html ├── richie.json ├── run.py └── screen.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decentropy/BitcoinPiggyBank/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decentropy/BitcoinPiggyBank/HEAD/README.md -------------------------------------------------------------------------------- /lib/jquery.qrcode.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decentropy/BitcoinPiggyBank/HEAD/lib/jquery.qrcode.min.js -------------------------------------------------------------------------------- /lib/pyggy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decentropy/BitcoinPiggyBank/HEAD/lib/pyggy.svg -------------------------------------------------------------------------------- /lib/view.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decentropy/BitcoinPiggyBank/HEAD/lib/view.html -------------------------------------------------------------------------------- /richie.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decentropy/BitcoinPiggyBank/HEAD/richie.json -------------------------------------------------------------------------------- /run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decentropy/BitcoinPiggyBank/HEAD/run.py -------------------------------------------------------------------------------- /screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/decentropy/BitcoinPiggyBank/HEAD/screen.png --------------------------------------------------------------------------------