<RewardAI />
Most creators finish in 3–5 minutes

From zero to first reward
in minutes.

Clone the SDK, enter your Pump.fun reward wallet, and ship your first distribution.

1
2
3
1

Install & Clone

Grab the SDK and install in one command.

git clone https://github.com/beigecode/rewardai-sdk && \
cd rewardai-sdk && \
npm install
2

Run the Quickstart

Answer one prompt: your Pump.fun reward wallet.

Personalize Your Command

This is where your Pump.fun rewards will be sent from.

npx rewardai@latest quickstart --wallet {{WALLET_ADDRESS}} --devnet

What happens: Verifies your wallet address, downloads sample recipients, and prints a distribution summary. Completely safe—no transactions.

3

Distribute (Demo)

Send a small demo distribution (dry-run safe).

Safe Preview (Dry-run):

npx rewardai@latest distribute \
  --wallet {{WALLET_ADDRESS}} \
  --token {{TOKEN_MINT_OR_PUMP}} \
  --recipients ./examples/recipients.csv \
  --dry-run

Real Distribution (requires --confirm):

npx rewardai@latest distribute \
  --wallet {{WALLET_ADDRESS}} \
  --token {{TOKEN_MINT_OR_PUMP}} \
  --recipients ./examples/recipients.csv \
  --confirm

Pro tip: Replace {{TOKEN_MINT_OR_PUMP}} with your actual token mint address. Edit ./examples/recipients.csv to add your community members.

Nice — your SDK is live.

You can now fund and distribute rewards to your community.