1.0.6 • Published 11 months ago

@partpay/sdk v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
11 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

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago