Hello 👋



To use it on external sites, add a button and run this code on a click

const paymentUrl = 'https://simple-ada-gateway.vercel.app/pay/<LovelaceAmount>/<CardanoAddress>'
const windowName = 'myWindow'
const size = 'width=400,height=600'
window.open(paymentUrl, windowName, size)