pumpfun-sdk 1.0.0

Autogenerated CPI client for the Pump.fun Solana program.
Documentation
  • Coverage
  • 11.22%
    35 out of 312 items documented0 out of 40 items with examples
  • Size
  • Source code size: 88.06 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 11.16 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 27s Average build duration of successful builds.
  • all releases: 1m 27s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • anhdevdao/pumpfun-sdk
    3 2 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • anhdevdao

Pump.fun Solana Program CPI

Overview

This crate provides CPI (Cross-Program Invocation) bindings for interacting with the Pump.fun Solana program. Pump.fun is a Solana-based marketplace enabling users to create and distribute their own tokens, primarily memecoins.

The crate was automatically generated by anchor-gen from the program's IDL (Interface Description Language) file, ensuring type-safe and reliable cross-program interactions.

Features

  • Type-safe CPI bindings for all Pump.fun program instructions
  • Account validation and constraint checking
  • Automatically generated account structs and instruction builders
  • Full integration with Anchor's programming model