pumpfun-sdk-client 0.1.1

Off-chain client helpers for pumpfun-sdk (send/simulate transactions)
Documentation
1
2
3
4
5
6
7
8
//! pumpfun-sdk-client
//!
//! Off-chain helpers: build txs, simulate, send+confirm.

#![forbid(unsafe_code)]

pub mod bonding_curve;
pub mod pumpswap;