This plugin provides a safe place to reliably exchange fiat for DERO, directly into their personal wallet.
The plugin uses @paypal/react-paypal-js
(Paypal SDK for React) to create an Order ID with the requested amount of DERO. The price of the order is determined by the NodeJS Server that fetches the current exchange rate for DERO. Upon approval of the order, the server captures the transaction & releases the requested amount of DERO to the user's wallet.
(You need to host the provided server to be able to use this Plugin.)
Paypal ClientID:
string
- Paypal ClientID can be found in developers dashboard, (To obtain ClientID, visit: PayPal Developer Dashboard).
Server URI:
string
- URI to your hosted NodeJS Server to create & capture payments.