That was great! I finally understood how all that works, thank you.
@stefankuhn576710 ай бұрын
Thanks for your great videos. At 29:20 you should probably had to add a bump of 255 to the seed components of the failedPDA (line 24), right? (Otherwise, the bump byte isn't part of the overall seed)
@Solandy9 ай бұрын
Yes, that was probably it ;)
@Basti14719912 жыл бұрын
great video! This helped me a lot :)
@GrandMasterG842 жыл бұрын
Hi Andy could you do a brief tutorial on how to set an NFT PDA as master edition? Not sure if it is doable via the metaplex NFT generation?
@tommyjaks50202 жыл бұрын
This was great Andy! I am getting some errors tho.. any chance of getting a github link?
@zerefdev2 жыл бұрын
9:58 don't you just need the "treasury" kp + signature? If by "treasury" you mean a normal account that holds money. I would appreciate it if you could show us an example in one of your future streams.
@zerefdev2 жыл бұрын
12:57 prayers answered lol
@LooLsmooth2 жыл бұрын
Nice video, keep it up ❤ In the next videos could you show us how to interact with solana programs, perhaps metaplex candy machine? Just an idea, since I'm having some troubles, being a new solana dev! Take care 😘
@Solandy2 жыл бұрын
I have quite a few videos on metaplex candy machine already ;)
@Yasinaktimur2 жыл бұрын
hey can you share all the codes with github ?
@Solandy2 жыл бұрын
I think i accidentally deleted this one when i ran out of storage space 🙈
@Yasinaktimur2 жыл бұрын
@@Solandy bro ım just need very simple airdrop contract for example i send 10 solana to my contract then any account can claim 1 solana from this contract how can i code this also im i need pda program derrivative address for this?
@Solandy2 жыл бұрын
Ah okay, so you want people to be able to claim something.. that's not really an airdrop per my definition. But okay, you'll need a program for that ;)
@lowcapaltcoins2 жыл бұрын
I always wondering. when it's came notification from you.
@julianhautzmayer22322 жыл бұрын
Awesome thanks a lot! Could you upload the code to github?
@WrathionTBP2 жыл бұрын
Good video, but is good to know that when the owner of the PDA is not the system program (normally you create the PDA to create an account with data) you wont be able to transfer SOL using the System program (because the PDA is owned by the program and not by the System Program). The solution is another way that wont spoil here 🤫