Pinned Loading
-
-
-
Fetch Near addresses under a tweet. ...
Fetch Near addresses under a tweet. Set env variable `ACCESS_TOKEN` using your Twitter Bearer Token and input `conversation_id` of the tweet as a command argument. 1conversation_id=$1
23log="$conversation_id.log"
4output="$conversation_id.txt"
5 -
Fetch the mint pair of a Raydium V4 ...
Fetch the mint pair of a Raydium V4 AMM pool in rust 1use solana_account_decoder::UiAccountEncoding;
2use solana_client::{nonblocking::rpc_client::RpcClient, rpc_config::RpcAccountInfoConfig};
3use solana_sdk::pubkey::Pubkey;
4use std::str::FromStr;
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.