I was following an introduction tutorial using anchor (solana framework), it is based in the official github. In the testing part, I used anchor test command an
I’m building a program intended to manage multiple payments with one call. The program needs to complete the following steps: Accept a certain amount of l
I am trying to find out what is the candy machine id or address for a specific nft. So far I have tried looping through wallet accounts using @solana/web3.js co
I'd like to change my Candy Machine from having hidden settings to no longer be hidden. Initially, the Candy Machine is created with hidden settings like these:
I am developing a react app and I have code from 2 different applications I wrote Application A uses metaplex to find all the NFT's owned by a user (wallet addr
I get this error when I try to execute this using phantom wallet and react app const transferTransaction = new Transaction() .add(SystemProgram.transfer({
use anchor_lang::prelude::*; use rand::Rng; use solana_program::{declare_id, pubkey::Pubkey}; declare_id!("Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"); #[pr