python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can't connect to Solana devnet/testnet
I've been trying to connect to solana devnet/testnet through cli and python solana SDK, but both without success, getting below error from CLI:
"Error: RPC request error: cluster version query fa...
Sai Ma
Votes: 0
Answers: 0
the trait `anchor_lang::AccountDeserialize` is not implemented for `anchor_spl::token::Mint`
I am trying to CPI the Token Program to send spl-tokens to a wallet. For this the derive accounts in the context struct has three accounts without any attribute over them:
mint_token_out: Account<...
Vipul
Votes: 0
Answers: 1
Module '"@solana/spl-token"' has no exported member 'createAssociatedTokenAccountInstruction'
version: "@solana/spl-token": "0.1.8"
Tried with version 0.2.0 too but didnt work
Anoushk
Votes: 0
Answers: 1
Debugging "Transaction simulation failed" when sending program instruction (Solana Solidity)
When attempting to make a call to a program compiled with @solana/solidity, I'm getting the following error:
Transaction simulation failed: Error processing Instruction 0: Program failed to complete
...
Robert May
Votes: 0
Answers: 1