Perelyn fefa11e4e5 fix: ci errors (#423) 4 weeks ago
..
migrations e43df20624 Add favorites and escrow projects from professional-education repo 1 year ago
programs fefa11e4e5 fix: ci errors (#423) 4 weeks ago
tests fefa11e4e5 fix: ci errors (#423) 4 weeks 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 97505283f8 feat: Anchor bankrun (#113) 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 fefa11e4e5 fix: ci errors (#423) 4 weeks ago
pnpm-lock.yaml fefa11e4e5 fix: ci errors (#423) 4 weeks 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.