Home

Awesome

PumpFun Rust SDK

A comprehensive Rust SDK for seamless interaction with the PumpFun Solana program. This SDK provides a robust set of tools and interfaces to integrate PumpFun functionality into your applications.

Table of Contents

Crates

NameDescriptionVersion
pumpfunMain client library for interacting with the PumpFun program2.0.0
pumpfun-cpiCPI (Cross-Program Invocation) interfaces for integrating with the PumpFun program1.1.0

Features

Installation

Add the following to your Cargo.toml:

[dependencies]
pumpfun = "2.0.0"

Usage

For detailed usage instructions, please refer to the documentation of each crate.

API Reference

For detailed API documentation, run:

cargo doc --open

This will generate and open the API documentation in your default web browser.

Contributing

We welcome contributions to the PumpFun Rust SDK! Please see our Contributing Guide for more details on how to get started.