Ayush a3b87a4948 update: tokens native, formatter, trigger action on project changes (#81) před 1 rokem
..
migrations a3b87a4948 update: tokens native, formatter, trigger action on project changes (#81) před 1 rokem
programs 70efc6010f add idl-build to cargo.toml features před 1 rokem
tests a3b87a4948 update: tokens native, formatter, trigger action on project changes (#81) před 1 rokem
.gitignore 30da42281b counter: add anchor example implementation před 3 roky
.prettierignore 30da42281b counter: add anchor example implementation před 3 roky
Anchor.toml a70c93ba45 test: Adding test jobs github actions for anchor and solana native 💚 (#76) před 1 rokem
Cargo.toml c30325a560 delete pnpm-lock.yaml files před 1 rokem
README.md 30da42281b counter: add anchor example implementation před 3 roky
package.json f116e3891a update to @coral-xyz/spl-token 0.30.0 před 1 rokem
pnpm-lock.yaml ae5241ab37 add anchor tokens examples to github actions, add pnpm-lock.yaml files před 1 rokem
tsconfig.json 30da42281b counter: add anchor example implementation před 3 roky

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.