can not deploy, getting weird error
i'm trying to build and deploy a program, but i get errors while building (althought it still finishes the build), and i can't deploy.Here is the error while deploying :ELF error: Failed to parse ELF...
View ArticleHow can i mint token again?
I made spl token on SolanaBut i have some questionsHow can i mint more tokens later ? Because it didn't gives me any private things except a wallet secret keySo how can i mint more coins in feature?!...
View ArticlePhantom wallet swap failure
For example, let's assume I purchase a token, put $30 into it, and it increases to $40. I try to swap it, and generally it works, but sometimes it just fails to swap, then the token crashes and I lose...
View ArticleIs there an API or method to pull token holder info in Python
I want to get the holders of a token or an API which provides common token holders of 2 or more tokens. is there an API which I can use to get holder information for all tokens for which I can run a...
View Articlefetching and store function working time solution
now, I build a custom program on solana.I have to make a custom program that can retrieve the Market ID of a user specified token and then also use that market ID to retrieve the Market Account, Event...
View ArticleCargo complaning about unmatchable version requirements with...
I'm Elio, founder at Intrant Inferis Solana mobile RPGerror: failed to select a version for the requirement `serde_with = "^2.3.3"`candidate versions found which didn't match: 1.14.0, 1.13.0, 1.12.1,...
View ArticleHow to create meme coin with some conditions on solana without cli
I want to create a meme coin on solana without cli and wanna use a smart contract to develop the meme coin and implement some conditions for example , no one can own more than 1% of the liquidity pool...
View ArticleHow to get 'instruction details'
how to get instruction details as in solscan, particularly how much liquidity was added to raydium, with signature. I am looking for a server side, ideally javascript solution
View ArticleI can't fetch full transactions for Solana token from quicknode api. Some...
I am trying fetch all the signatures of a solana token with details. I am using monthly subscription. But Its failed to give full transactions. Some signatures are missing.Same happening with...
View ArticleHow can I extract the solana sent amount in the instructions of a...
Using rust I have a versionedTransaction, I am able to check if it interfaces with raydium by running a check on the account_keys:fn is_raydium(tx: &VersionedTransaction) -> bool { let...
View ArticleMetamask wallet with solflare snap
I used metamask walletI created account with Private key I have private keyMetamask does not support SolanaI used my sol address for airdropI received $70 worth of borpaPlz tell me procedure how I can...
View ArticleHow does the Solana BPF VM calculate how many Compute Units a program consumes?
For a given transaction, the Solana runtime consumes CUs for many “operations”. Examples of operations could be read/write locking accounts, syscalls, signature verification, etc. as seen in the cost...
View ArticleMetaplex Token Metadata: UpdateMetadataAccountV2 (Program Error: "null")
Please help me to solve the problem, I want to change the metadata on SPL Token (change the logo) but it gives an...
View ArticleDeserializing Anchor Account Data
The IDL from anchor is this {"name": "GlobalVotes","type": {"kind": "struct","fields": [ {"name": "tremp","type": "u32" }, {"name": "boden","type": "u32" } ] }},And when I runanchor account...
View ArticleCan’t access funds
I tried to send my crypto tokens from my phantom wallet to my Coinbase account on solana network, it instead got sent to solscan now I can’t access My funds,
View ArticleHow to Retrieve Live Solana Token Information Deployed on Raydium Using...
Hello Solana Community,I’m currently trying to obtain live token information such as price, transactions, volumes, market cap, etc., for tokens deployed on Raydium. I understand that this can be...
View ArticleProgram addEventListener does not detect event being emitted
program.addEventListener("GameResult", (event, game, res) => { console.log("EVENT: ", event, game, res)})Sometimes it registers the event, sometimes it does not. I don't know what the hell is going on.
View ArticleIs it possible for LogSubscribe wss to miss out on new logs from the tracked...
I tried to use the log subscribe wss to track activities for a given address. I noticed that sometimes it would not push me all the confirmed log events. Is it because of the node that I'm using isn't...
View ArticleTrying to Swap SOL for any token using node js
I am writing a node js code to swap SOL token to any token. I am using @solana/spl-token-swap node module for the same. First, I am creating an associated address for the token I am swapping to. I am...
View ArticleHow to retrieve pool adresses
My goal is to obtain pool addresses associated with a given mint address. I'm looking for a method or approach that would allow me to efficiently fetch this data.To clarify i dont want to download the...
View Article