tearpay
v0.1.9
Published
Frontend component for NEAR Intents 1click API. Embed in your apps to accept crypto payments on 12+ blockchains.
Readme
Tearpay
Frontend component for NEAR Intents 1click API. Embed in your apps to accept crypto payments on 12+ blockchains.
Usage:
import 'tearpay/styles.css';
import { Invoice } from 'tearpay';
return (
<Invoice
amountUsd={100}
invoiceId="123"
recipientAddress="s1ime.near"
redirectTo="https://example.com/" // optional
showRecipient={false}
/>
)