Mike MacCana 23bbb4f003 Fix license on Favourites app 1 年之前
..
migrations e43df20624 Add favorites and escrow projects from professional-education repo 1 年之前
programs e43df20624 Add favorites and escrow projects from professional-education repo 1 年之前
tests e43df20624 Add favorites and escrow projects from professional-education repo 1 年之前
.gitignore e43df20624 Add favorites and escrow projects from professional-education repo 1 年之前
.prettierignore e43df20624 Add favorites and escrow projects from professional-education repo 1 年之前
Anchor.toml e43df20624 Add favorites and escrow projects from professional-education repo 1 年之前
Cargo.toml e43df20624 Add favorites and escrow projects from professional-education repo 1 年之前
README.md e43df20624 Add favorites and escrow projects from professional-education repo 1 年之前
package.json 23bbb4f003 Fix license on Favourites app 1 年之前
pnpm-lock.yaml b8dab56607 Add pnpm lockfiles euw 1 年之前
tsconfig.json e43df20624 Add favorites and escrow projects from professional-education repo 1 年之前

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.