1.0.6 • Published 12 months ago

@partpay/sdk v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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

1.0.2

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago