Minting an SPL Token to a Wallet
This example demonstrates how to mint an SPl Token to a Solana users's wallet.
:key: Keys:
- The person requesting the mint must have an associated token account for that mint. We create this token account in the program!
- Steps:
- Create an associated token account for the Mint.
- Initialize that associated token account.
- Mint some amount of the Mint to the new token account.