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)
Program, Account, Publickey and Keypair in Anchor
I'm beginner of solana programming using anchor. Now I have no clear understanding about these items.
**Program, Account, PublicKey, Keypair**
Appreciate any help to understand what these are and re...
Kunkka Admiral
Votes: 0
Answers: 2
Anchor test without AVX2 CPU
After initialising a project with anchor init, when I run anchor-test, it gives me this message at the last.
Unable to get recent blockhash. Test validator does not look started. Check .anchor/test-le...
Snehendu Roy
Votes: 0
Answers: 1
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
Instruction tries to borrow reference for an account which is already borrowed
I am writing a Solana smart contract that integrates with Mango Markets, and am having an error that I am struggling to nail down. Here is the offending code:
let mango_acc_info_clone = &ctx.accou...
Lawrence Aiello
Votes: 0
Answers: 1