Ayush 97505283f8 feat: Anchor bankrun (#113) пре 1 година
..
migrations e43df20624 Add favorites and escrow projects from professional-education repo пре 1 година
programs b992087cd6 Use new helper to simplify escrow tests (#108) пре 1 година
tests 97505283f8 feat: Anchor bankrun (#113) пре 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 97505283f8 feat: Anchor bankrun (#113) пре 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 97505283f8 feat: Anchor bankrun (#113) пре 1 година
pnpm-lock.yaml 97505283f8 feat: Anchor bankrun (#113) пре 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.