Ayush 93005804d5 solana-native 2.1 and Cargo.toml and Cargo.lock deleted on root 4 ヶ月 前
..
anchor 40aed81963 chore: bumped versions (#378) 5 ヶ月 前
native 93005804d5 solana-native 2.1 and Cargo.toml and Cargo.lock deleted on root 4 ヶ月 前
steel 4b8594ec04 chore: solana native and steel bump to v2.1 (#382) 4 ヶ月 前
README.md d8b43c2ac6 PDA mint authority examples 2 年 前

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.