Handle a transaction with 2 signers and make one of them pay...
Read MoreHow to use zero_copy with anchor in Solana PDAs...
Read MoreMake a Solana Data Account read only...
Read MoreHow to call solana anchor smart contracts from microsoft .net code?...
Read MoreLinking Solana PDAs with each other...
Read MoreMy anchor test is not working in test.js, invalid argument error...
Read MoreNested Accounts in Solana Anchor (Maybe a custom data types in account)...
Read MoreHow can I correctly declare the program id inside a Solana program?...
Read MoreHow to store ACCOUNT instance for sol transfers...
Read MoreHow can I get the current blockhash inside a Solana program function?...
Read MoreHow can I write a Solana program that executes on a timer...
Read MoreRestricting solana transfers via smart contract...
Read MoreError installing anchor-cli | solana | rpc port: {rpc_port} is already in use...
Read MoreHow to pass public key in javascript struct to anchor rpc method...
Read MorePassing complex types to anchor rpc fails...
Read MoreDerive multiple PDAs for one Public Key with a UUID...
Read MoreSolana anchor building smart contract in Ubuntu 22.04 failing with libss.so.1.1 error...
Read MoreIs it possible to make a Solana program the signer for a transaction?...
Read MoreAccess and iterate over account metadata within a Solana(Anchor) Program?...
Read MoreWhat's "ATA" mean in Solana/Anchor?...
Read MoreWhat's the best way to pass arbitrary length data to an Anchor (Solana) instruction call?...
Read MoreHow do I control the solana-test-validator clock in javascript?...
Read MoreSolana: How to setup github action (CI) for an Anchor Project...
Read MoreProgram, Account, Publickey and Keypair in Anchor...
Read MoreSolana: Computational budget exceeded...
Read MoreAnchor test Transaction simulation failed: An account required by the instruction is missing...
Read MoreHow do i fetch the idl of any program deployed on solana mainnet by its program address?...
Read MoreSolana Anchor: How to forward in time?...
Read MoreSolana CPI (runtime) invoke fails when creating a new account by system_instruction::create_account ...
Read More