11 lines
313 B
Markdown
11 lines
313 B
Markdown
|
|
# Cryptocurrency Payments
|
||
|
|
|
||
|
|
This plugin template shows how to implement a cryptocurrency payment processor,
|
||
|
|
using the customer-facing display to show a payment QR code webpage.
|
||
|
|
|
||
|
|
[Download JavaScript](crypto-processor/plugin.js)
|
||
|
|
|
||
|
|
```js title="plugin-name/plugin.js"
|
||
|
|
--8<-- "Examples/crypto-processor/plugin.js"
|
||
|
|
```
|