CRYPTO GRAMPY™
CRYPTO GRAMPY™
User can specify a server endpoint/ifttt, etc, and on successful payment, payment data gets sent to specified endpoint.
Exchange currencies should be whatever CoinGecko API offers, use a library that provides symbols, and use a v-for to generate the select menu on the settings page with a search...
Payments to hotshop from the same wallet are a little odd and don't match the request amount for some reason. i.e. request .0001 in hotshop wallet A, pay .0001 from...
Change display amount to html input, use current style/hide default html style. - input field should receive focus on load - enter button should submit new request - enter button...
When posting the hotshop link, a nice image and preview text should be displayed.
Validate all form fields where necessary (monero address/view key, etc) using regex etc.
Using large numbers causes the display to show something like 3 * E-12. Additionally, add a max to exchange currency amount. They go off screen when too large.