John b9f3d4086b anchor token basics working, excluding swap and token22 пре 1 година
..
anchor b9f3d4086b anchor token basics working, excluding swap and token22 пре 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.