mirror of
https://github.com/0xfnzero/solana-streamer.git
synced 2026-08-05 05:27:42 +00:00
0439a40ca7fa0fc7db28c04a21afc5d88b40256b
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.
Explanation
This repository is forked from https://github.com/nhuxhr/pumpfun-rs.
- Change
PumpFun<'a>toPumpFun, andpayer: &'a Keypairtopayer: Arc<Keypair>. - Add
logs_filtersandlogs_paserto parse the logs of the PumpFun program. - Add
logs_datato define the data structure of the logs. - Add
logs_subscribeto subscribe the logs of the PumpFun program. - Add
logs_eventsto define the event of the logs. - Add
logs_parserto parse the logs.
Installation
Add the following to your Cargo.toml:
[dependencies]
mai3-pumpfun-sdk = "2.3.0"
Languages
Rust
100%