1.0.6 • Published 2 years ago

@partpay/sdk v1.0.6

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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago