Davirain 17afe2e7a4 add rust workspace and update crates version (#41) 2 years ago
..
anchor 17afe2e7a4 add rust workspace and update crates version (#41) 2 years ago
native 17afe2e7a4 add rust workspace and update crates version (#41) 2 years ago
solang 2c0880bb8d solang 0.3.1 2 years 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.