How should I implement payment ? I got some ideas but i want to hear y'all opinion...
Should I put a monero wallet address in plaintext or just encrypted ?
Or should I create a new wallet for each transaction ?
Or I should go through some framework ?
Monero wallet addresses of course are in plaintext.
But for Monero seedphrases & private keys, you should encrypt them using PGP, like what we do in /d/MediaSymetric.
you need one wallet per account.
For escrow, generating one wallet per order/transaction is better than a pooled escrow.
You don't need generating one wallet per transaction.
going with a library is better if it with Bitcoin or other cryptocurrencies, doing things with Monero is often without (additional) libraries.
But for Monero seedphrases & private keys, you should encrypt them using PGP, like what we do in /d/MediaSymetric.
you need one wallet per account.
For escrow, generating one wallet per order/transaction is better than a pooled escrow.
You don't need generating one wallet per transaction.
going with a library is better if it with Bitcoin or other cryptocurrencies, doing things with Monero is often without (additional) libraries.
monero-wallet-rpc?
When I mean external libraries, I mean something like BTCPay.
huh ? what's going on here ?