John b4618e8ede Merge branch 'main' into anchor-update 1 year ago
..
migrations bbe74eee4d Upgrade to `@coral-xyz/anchor` 0.28.0 (#50) 2 years ago
programs 70efc6010f add idl-build to cargo.toml features 1 year ago
tests d54727e782 update anchor basics examples 2 years ago
.gitignore 30da42281b counter: add anchor example implementation 3 years ago
.prettierignore 30da42281b counter: add anchor example implementation 3 years ago
Anchor.toml a70c93ba45 test: Adding test jobs github actions for anchor and solana native 💚 (#76) 1 year ago
Cargo.toml b4618e8ede Merge branch 'main' into anchor-update 1 year ago
README.md 30da42281b counter: add anchor example implementation 3 years ago
package.json f116e3891a update to @coral-xyz/spl-token 0.30.0 1 year ago
pnpm-lock.yaml a70c93ba45 test: Adding test jobs github actions for anchor and solana native 💚 (#76) 1 year ago
tsconfig.json 30da42281b counter: add anchor example implementation 3 years ago

README.md

Anchor Counter

Anchor enforces init constraints that enforces good programming paradigms.

This means this program has an additional initialization instruction for Counters that the Solana native program does not.