ReinProject / python-rein

Client for a decentralized freelancing market
https://reinproject.org
GNU General Public License v3.0
37 stars 21 forks source link

Link and provide qr codes for bitcoin addresses #68

Closed weex closed 7 years ago

weex commented 7 years ago

As a user, I want to easily check balances and bring up qr code to fund an payment.

It would be great if this linking function can build links from one of a few explorers that the user can set via command line. The config would just save a formatted string like: https://blockchain.info/address/%s

Qr codes can be generated easilyi with a little javascript.