samotari / crypto-terminal

CryptoTerminal is an open-source terminal application with which merchants can accept in-person cryptocurrency payments.
https://samotari.github.io/cryptoterminal.eu/
GNU Affero General Public License v3.0
93 stars 57 forks source link

Add Monero as a payment method #3

Closed chill117 closed 6 years ago

chill117 commented 7 years ago

This can be done in parts:

See bitcoin payment method for inspiration.

chill117 commented 6 years ago

I've created a new branch for monero, until it is ready to be merged into master.

chill117 commented 6 years ago
chill117 commented 6 years ago

It should be possible to use the monerod RPC API to get current, unconfirmed transaction data:

To re-check old payment requests:

During development, can use the publicly accessible nodes found here:

chill117 commented 6 years ago

100 resolves checking for payment received

chill117 commented 6 years ago

Done by #127