Mike MacCana d88e047df8 Use current Anchor and solana-program in favorites and escrow 1 year ago
..
migrations e43df20624 Add favorites and escrow projects from professional-education repo 1 year ago
programs d88e047df8 Use current Anchor and solana-program in favorites and escrow 1 year ago
tests d88e047df8 Use current Anchor and solana-program in favorites and escrow 1 year ago
.gitignore e43df20624 Add favorites and escrow projects from professional-education repo 1 year ago
.prettierignore e43df20624 Add favorites and escrow projects from professional-education repo 1 year ago
Anchor.toml b237b18c1e chore: upgrade to 1.18.17 (#97) 1 year ago
Cargo.toml e43df20624 Add favorites and escrow projects from professional-education repo 1 year ago
README.md e43df20624 Add favorites and escrow projects from professional-education repo 1 year ago
package.json 23bbb4f003 Fix license on Favourites app 1 year ago
pnpm-lock.yaml b8dab56607 Add pnpm lockfiles euw 1 year ago
tsconfig.json e43df20624 Add favorites and escrow projects from professional-education repo 1 year ago

README.md

Favorites

This is a basic Anchor app using PDAs to store data for a user, and Anchor's account checks to ensure each user is only allowed to modify their own data.

It's used by the https://github.com/solana-developers/professional-education course.

Usage

anchor test, anchor deploy etc.