pybitcash / bitcash

BitCash: Python Bitcoin Cash Library (fork of ofek's Bit)
https://bitcash.dev
MIT License
97 stars 39 forks source link

add request money URI generator #67

Closed mrx23dot closed 4 years ago

mrx23dot commented 4 years ago

Please add a method to generate receive money links, eg: key.request_money_uri(amount_bch=0.001, label="Product one", msg="thank you")

format: bitcoincash:

[?amount=][&label=
ghost commented 4 years ago

These are so easy to generate that I've never once bothered.

I'm open to adding it, just not convinced it needs it.