npm

ghoat-payment-gateway
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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.

  1. Wrap your app with the GhoatProvider widget.
<Provider
apiKey="your api key"
walletConnectProjectId="your wallet connect project id"
alchemyId="your alchemy id"
>
{children}
</Provider>

  1. Start using GhoatButton to accept payments.
<Button
amount="1"
productId="your product id"
>
Buy for 1 GHO
</Button>
  1. Check your store dashboard for the payment status.

Readme

Keywords

none

Package Sidebar

Install

npm i ghoat-payment-gateway

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.49 kB

Total Files

2

Last publish

Collaborators

  • bitsage