1.0.6 • Published 1 year ago
@partpay/sdk v1.0.6
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/sdkFor Yarn
yarn add @partpay/sdkUsage
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