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
Purpose of the bump when pda initialization in anchor
I'm trying to write a simple Solana Program using Rust/Anchor which uses a PDA.
Here is the Program code:
use anchor_lang::prelude::*;
declare_id!("51v31qHaEQniLoYuvvtXByZcfiyvog3R2EKC39EPD52p&q...
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
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