Skip to main content
1

Getting Started

To get started with Chipi Pay in your React application
With Clerk, you can follow their Quickstart Guide to get started with React + Vite.
2

Install the Chipi SDK

First, install the required packages:
3

Setup the Chipi SDK Provider

  1. Create a .env file in your project root and add your API keys:
  1. Set up the Chipi Pay provider in your application :
4

Creating a Wallet

Create a wallet creation component:
5

Sending USDC Example

Here’s an example of implementing a transfer flow with Clerk authentication:
Need help? Check out our Telegram Community for support and to connect with other developers.