A previous request in maintained branch mentioned the need for a qr code generated on the receive modal.
Original issue #315
I propose that we do this using node-qrcode.
It should be simple enough to install using npm and generation will be done on 200 response from the getUnusedReceiveAddress service method.
I open this issue as adding third party modules to project may cross lines. Please let me know if interested and will submit PR with appropriate code.
A previous request in maintained branch mentioned the need for a qr code generated on the receive modal.
Original issue #315
I propose that we do this using node-qrcode.
It should be simple enough to install using npm and generation will be done on 200 response from the
getUnusedReceiveAddressservice method.I open this issue as adding third party modules to project may cross lines. Please let me know if interested and will submit PR with appropriate code.