ghoat-payment-gateway
v1.0.0
Published
This is a payment gateway for ghoat sellers
Downloads
3
Readme
Ghoat Payment SDK
This is the official Ghoat Payment SDK . To use this, you must have a Ghoat merchant account. See Ghoat for more information.
Follow the installation instructions to get started with Ghoat Payment SDK.
After installing the SDK, follow the instructions to get started with using the SDK.
- Wrap your app with the
GhoatProvider
widget.
<Provider
apiKey="your api key"
walletConnectProjectId="your wallet connect project id"
alchemyId="your alchemy id"
>
{children}
</Provider>
- Start using GhoatButton to accept payments.
<Button
amount="1"
productId="your product id"
>
Buy for 1 GHO
</Button>
- Check your store dashboard for the payment status.