import { PayveButton } from '@payve/sdk';
<PayveButton
amount="100"
currency="USDT"
onSuccess={() => console.log('Success!')}
>
Pay 100 USDT
</PayveButton>import { PayveButton } from '@payve/sdk';
<PayveButton
amount="100"
currency="USDT"
onSuccess={() => console.log('Success!')}
>
Pay 100 USDT
</PayveButton>