From faba3d8306d879edc5c4ee0e63c0f6480646ccd8 Mon Sep 17 00:00:00 2001 From: Ake <10195782+akegaviar@users.noreply.github.com> Date: Fri, 21 Feb 2025 07:36:38 +0700 Subject: [PATCH] Add logsSubcribe doc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2fc6b9e..e351b95 100644 --- a/README.md +++ b/README.md @@ -96,3 +96,5 @@ To run: `python listen_new_direct_full_details.py` So now you can run `listen_create_from_blocksubscribe.py` and `listen_new_direct_full_details.py` at the same time and see which one is faster. + +Also here's a doc on this: [Solana: Listening to pump.fun token mint using only logsSubscribe](https://docs.chainstack.com/docs/solana-listening-to-pumpfun-token-mint-using-only-logssubscribe)