Ayush 2f19e2de19 Merge branch 'main' into native2.1 8 months ago
..
anchor 97505283f8 feat: Anchor bankrun (#113) 1 year ago
native f2971c1253 update native programs to use 2.1 9 months ago
poseidon 4fdbdeaaed add tokens/pda-mint-authority/poseidon (#165) 9 months ago
steel 24499bb356 add tokens/pda-mint-authority/steel (#189) 9 months ago
README.md d8b43c2ac6 PDA mint authority examples 2 years ago

README.md

PDA Mint Authority

This example is exactly the same as the NFT Minter example, but it changes the mint authority account from the payer (System Account) to a PDA.

💡Notice the use of invoke_signed for CPIs.