@partpay/sdk
v1.0.6
Published
SDK for Partpay Protocol
Downloads
8
Maintainers
Readme
Partpay SDK
This is the SDK for the Partpay Protocol. It provides easy-to-use interfaces for integrating with the Partpay services on the Solana blockchain.
Installation
For npm
npm install @partpay/sdk
For Yarn
yarn add @partpay/sdk
Usage
import { PartpayProvider } from '@partpay/sdk';
// Wrap your application with the provider
<PartpayProvider apiKey="your-api-key">
<App />
</PartpayProvider>
for more info visit https://partpay.io