Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.01 KB

Monero Payment Request Protocol

An easy way to create/decode Monero Payment Requests using JavaScript.

Packages

package name package description
@monerorequest-js/paymentrequest Javascript library implementing the protocol that can be used to encode, decode, and validate a monero payment request.
@monerorequest-js/paywithmonero Simple web-components that can be used to add "pay with monero" to your website

Documentation

A simple documentation generated by typedocs can be found here

More protocol information

More information about the protocol can be found at https://github.com/lukeprofits/Monero_Payment_Request_Standard

Demo