|
1 年之前 | |
---|---|---|
.. | ||
migrations | 1 年之前 | |
programs | 1 年之前 | |
tests | 1 年之前 | |
.gitignore | 1 年之前 | |
.prettierignore | 1 年之前 | |
Anchor.toml | 1 年之前 | |
Cargo.toml | 1 年之前 | |
README.md | 1 年之前 | |
package.json | 1 年之前 | |
pnpm-lock.yaml | 1 年之前 | |
tsconfig.json | 1 年之前 |
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.
anchor test
, anchor deploy
etc.