John 70efc6010f add idl-build to cargo.toml features 1 年之前
..
anchor 70efc6010f add idl-build to cargo.toml features 1 年之前
native 17afe2e7a4 add rust workspace and update crates version (#41) 2 年之前
solang f116e3891a update to @coral-xyz/spl-token 0.30.0 1 年之前
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.