Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 792 Bytes

File metadata and controls

32 lines (22 loc) · 792 Bytes

Getting started with pumpfun-creator-rewards

Look up Pump.fun creator-fee earnings by coin mint, wallet, or username.

Install

npm install

Verify the install

Clone the repository and run its checks to confirm everything works on your machine:

git clone https://github.com/nirholas/pumpfun-creator-rewards.git
cd pumpfun-creator-rewards

Available commands:

Command Runs
npm run dev vite
npm run build vite build
npm run start node server.js

Next steps