update version and rename files

This commit is contained in:
William
2025-01-02 14:33:00 +08:00
parent 23ba2c1c05
commit 0787716fab
7 changed files with 14 additions and 9 deletions
+5 -1
View File
@@ -7,8 +7,12 @@ A comprehensive Rust SDK for seamless interaction with the PumpFun Solana progra
This repository is forked from [https://github.com/nhuxhr/pumpfun-rs](https://github.com/nhuxhr/pumpfun-rs).
1. Change `PumpFun<'a>` to `PumpFun`, and `payer: &'a Keypair` to `payer: Arc<Keypair>`.
2. Add `logs_filter` and `logs_paser` to parse the logs of the PumpFun program.
2. Add `logs_filters` and `logs_paser` to parse the logs of the PumpFun program.
3. Add `logs_data` to define the data structure of the logs.
4. Add `logs_subscribe` to subscribe the logs of the PumpFun program.
5. Add `logs_events` to define the event of the logs.
6. Add `logs_parser` to parse the logs.
7. Add `logs_process` to process the logs.
## Table of Contents