John 80ac28d860 fix trailing whitespace 2 years ago
..
migrations bbe74eee4d Upgrade to `@coral-xyz/anchor` 0.28.0 (#50) 2 years ago
programs 80ac28d860 fix trailing whitespace 2 years 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 d54727e782 update anchor basics examples 2 years ago
Cargo.toml 30da42281b counter: add anchor example implementation 3 years ago
README.md 30da42281b counter: add anchor example implementation 3 years ago
package.json bbe74eee4d Upgrade to `@coral-xyz/anchor` 0.28.0 (#50) 2 years 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.