program-examples/tokens/pda-mint-authority/README.md at main · codinghistorian/program-examples

Skip to content

Navigation Menu

Sign in

Appearance settings

Latest commit

File metadata and controls

5 lines (3 loc) · 224 Bytes

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.