Skip to content

Commit

Permalink
add context on ATA's
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarshanbhag committed Dec 13, 2024
1 parent 4bd540c commit 4a31378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/with-solana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ To best see how policies can be used effectively, we will go through example in
3. Create Token Policy - this will create a policy that allows Solana transactions initiated by the correct user to be signed if they contain a single instruction which is an SPL token transfer to the correct token account
4. Attempt Transfer (again) - this will succeed, now that the appropriate policy has been created!

NOTE: An very piece of understanding to glean from this example is the use of "associated token addresses (or "associated token account address") in the creation of SPL related policies. For further context on ATA's look here: https://spl.solana.com/associated-token-account

#### Step 1. Setup

Expand Down

0 comments on commit 4a31378

Please sign in to comment.