bsimic0001 / AegisWallet

Aegis. The Secure Bitcoin Wallet
13 stars 10 forks source link

Add support for requesting/receiving payments #1

Closed bsimic0001 closed 10 years ago

bsimic0001 commented 10 years ago

The user should be able to request a payment.

This functionality should use the BitcoinJ payment request functionality.

Details can be found here: https://code.google.com/p/bitcoinj/wiki/PaymentProtocol

Since we are writing an app, the request money feature should generate a QR code with the request that contains the amount in BTC where the address is the user's current default one.

The screen should be similar to the Send bitcoin screen. but instead, it will not show the current balance. It will not have a send button either. It will have the field for the user to enter the amount to request.

There should be a message under the QR code that says something like "Have this code scanned by the sender"

The raw request will look something like "bitcoin:1FEJVUipWg7iiTykwn9UHd7njt8R1eDEHA?amount=0.002"