My Solana Blink not working correctly
I'm building where when user clicks on button it get the NFT in their wallet, the app integration is working correctly but the NFT is not visible in the wallet.here is the github link -...
View ArticleUsing Java Script, what ways can i improve my transaction confirmation times?
I've recently been trying to create a token trading script that uses Java Script, web3 and spl-token methods. I'm wanting to focus on fast trades, so i want to make my transactions confirm as quick as...
View ArticleTransaction failing while calling a Solana program with PDA
I'm calling a function of anchor_movie_review_program program on devnet CLA5Pk8tpcsA3RPmCYPaRNBdU6xBknRnqshsT1bKT7if.I cloned the following GitHub...
View ArticleWhere to find ammConfig address?
I'm currently experimenting with AAM Pools from Raydium. Some actions require a ammConfigId.Does someone know where I can find or fetch this address?
View ArticleMy wallet is hacked... whenever sol or any token is sent it get drained...
my wallets was hacked like 11 months ago maybe seed was...
View ArticleWhat happened to this meme coin?
How something like this shown in the chart can happen and how can I possibly find out before it happens.https://dexscreener.com/solana/2wicz7qpvun1rnuhvusdf8xah22rbkixekgs43rdboj4
View ArticleDeserialize transaction input data with publickey
How can I deserialize input args with publicKey inputs?Full Code:const borsh = require('borsh');const bs58 = require('bs58');const schema = { 'struct': { 'discriminator': 'u64', 'mint': "publicKey",...
View ArticleHow to decode compiledInstructions with js- Solana
I am trying to decode the 'compiledInstructions' How to go from thiscompiledInstructions: [ { programIdIndex: 6, accountKeyIndexes: [], data: <Buffer 02 f0 49 02 00> }, { programIdIndex: 6,...
View ArticleSolana-test-validator airdrop request if failing due to being rate limited
$ solana config getConfig File: C:\Users\.config\solana\cli\config.ymlRPC URL: http://localhost:8899WebSocket URL: ws://localhost:8900/ (computed)Keypair Path: C:\Users\id.jsonCommitment:...
View ArticlegetSignaturesForAddress not fetching some signatures
Token contract: 6ogzHhzdrQr9Pgv6hZ2MNze7UrzBMAFyBBWUYp1FhitxI am trying to fetch history of transfers for this token.My request:{"jsonrpc": "2.0","id": 1,"method": "getSignaturesForAddress","params":...
View ArticleProgram log: panicked at 'Integer overflow when casting to u64',...
I noticed there are many errors about int overflow panic of Raydium Concentrated Liquidity.how can we solve it ? I don't think the input number is overflow at allthis is the transaction:...
View ArticleCross-program invocation with unauthorized signer or writable account: Solana...
I'm building a Solana Anchor program for a tipping dApp, but I'm encountering an error. Can anyone assist me in troubleshooting and fixing the give_tip function?"use anchor_lang::{ prelude::*,...
View ArticleTokenMetadata not an export? ...just following the code in docs
I am following the solana docs: "Example: Create a mint with metadata"using Javascript.Why does an error say that "TokenMetadata" is not an export"?It also said that this kind of action is only allowed...
View ArticleLooking for blazing fast Solana RPC
I'm looking for a Solana RPC provider which offers extremely low latency, with maximum up to 2-3 seconds, ideally between 1-2 seconds or less. I am building a trading bot so performance and reliability...
View ArticleHow to buy tokens on solana
I been working on a project since 2 weeks and I am so frustrated. i am not able to understand. Can someone help me with writing the code of swapping spl tokens from SOL. I cannot understand, how the...
View ArticleIs possible to find all SPL Tokens or NFTs Collections where an solana...
Is there a way to, for example:I provide an solana address.Find all the SPL Tokens where this solana address is the Mint or Update Authority, or NFT Collections where this solana address is the Mint or...
View ArticleHow to build a monitor that listens to swaps from 100+ wallets?
Question is in the title. I want the most effecient way of doing it, i bought a dedicated node from Helius but unsure how to use gRPC to listen to transactions from a large group of wallets. I know...
View ArticleFailed to reallocate account data
I want to create a PDA account to store data about participants' wallet addresses and their deposit amounts. I have used a PDA account to store this information. It works fine when I set the array size...
View ArticleError: memory allocation failed, out of memory. When using dynamic seed in...
I am getting and memory allocation failed error when I am passing in a dynamic seed for my account initialization.This is how i use it:pub fn chop_tree(ctx: Context<ChopTree>, counter: u16,...
View ArticleCreateMetadataAccountV3: Program metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s...
Faced with problem that CreateMetadataAccountV3 simulate fails with Program metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s failed: An account required by the instruction is missing error.Here is my piece...
View Article