React PIP Button is a React library that enables users' services or applications to accept crypto payments with a few codelines by integrating PIP button payment system, supported by Solana and Binance Smart Chain Crypto payment system.
npm install @getpip/react-pip-buttonReact PIP Button is a React library that enables users' services or applications to accept crypto payments with a few codelines by integrating PIP button payment system, supported by Solana and Binance Smart Chain Crypto payment system.
bash
npm install @getpip/react-pip-button
or
yarn add @getpip/react-pip-button
`
Usage
`typescript
import { PIPButton } from "@getpip/react-pip-button"
const PIPPage: React.FC = () => {
return (
receiver=""
amount="1"
chainNetwork="SOLANA"
currency="USDC"
label="PAY"
useLabel={true}
...
/>
)
}
``