1.3.1 • Published 1 year ago
smartypay-client-react v1.3.1
Smarty Pay Client React
React library for show a payment button
Demo
Installation
npm i smartypay-client-reactDonation button

import { SmartyPayDonation } from 'smartypay-client-react';
<SmartyPayDonation
donationId="some"
theme="dark"
lang="en"
/>- donationId - you can get it here: https://dashboard.smartypay.io/
- lang -
enby default (also hases,ru) - theme -
light(default) ordark
Payment Button

import { SmartyPayButton } from 'smartypay-client-react';
<SmartyPayButton
amount="1.99"
token="bUSDT"
lang="en"
theme="dark"
apiKey="YOUR_API_KEY"
/>- amount - amount for invoice (example 0.99)
- token - see valid tokens here: https://docs.smartypay.io/general/supported-tokens
- lang -
enby default (also hases,ru) - theme -
light(default) ordark - apiKey - you can get it here: https://dashboard.smartypay.io/
Recharge Payment button

import { SmartyPayRechargePayment } from 'smartypay-client-react';
<SmartyPayRechargePayment
address="CLIENT_RECHARGE_PAYMENT_ADDRESS"
theme="dark"
lang="en"
/>- address - recharge payment address for client (see docs)
- lang -
enby default (also hases,ru) - theme -
light(default) ordark
Example React Project
Build steps
Clone repository into your dir
cd your_dir
git clone https://github.com/smarty-pay/smartypay-client-reactBuild
npm install
npm run build1.3.1
1 year ago
1.3.0
1 year ago
1.0.21
3 years ago
1.0.20
3 years ago
1.0.19
3 years ago
1.0.18
3 years ago
1.0.17
3 years ago
1.0.16
3 years ago
1.0.15
4 years ago
1.0.14
4 years ago
1.0.13
4 years ago
1.0.12
4 years ago
1.0.10
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago