Store per-user favorites in a PDA. Account constraints ensure each user can only modify their own data.
See also: the repository catalog.
- Per-user PDA keyed by signer
- Anchor constraints for authority checks
pnpm install
anchor buildpnpm testLiteSVM tests in programs/ assert that users cannot overwrite each other's state.
anchor deploy targets the cluster in Anchor.toml. Used in Solana Professional Education.