Ayush 40aed81963 chore: bumped versions (#378) 5 kuukautta sitten
..
migrations e43df20624 Add favorites and escrow projects from professional-education repo 1 vuosi sitten
programs 40aed81963 chore: bumped versions (#378) 5 kuukautta sitten
tests 97505283f8 feat: Anchor bankrun (#113) 1 vuosi sitten
.gitignore e43df20624 Add favorites and escrow projects from professional-education repo 1 vuosi sitten
.prettierignore e43df20624 Add favorites and escrow projects from professional-education repo 1 vuosi sitten
Anchor.toml 97505283f8 feat: Anchor bankrun (#113) 1 vuosi sitten
Cargo.toml e43df20624 Add favorites and escrow projects from professional-education repo 1 vuosi sitten
README.md e43df20624 Add favorites and escrow projects from professional-education repo 1 vuosi sitten
package.json 97505283f8 feat: Anchor bankrun (#113) 1 vuosi sitten
pnpm-lock.yaml 97505283f8 feat: Anchor bankrun (#113) 1 vuosi sitten
tsconfig.json e43df20624 Add favorites and escrow projects from professional-education repo 1 vuosi sitten

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.