Dadepo Aderemi ed4130cb05 update Anchor.toml not to hardcode a particular user directory in path to wallet 3 lat temu
..
migrations 30da42281b counter: add anchor example implementation 3 lat temu
programs af0a009889 counter-anchor: remove init-if-needed flag 3 lat temu
tests 30da42281b counter: add anchor example implementation 3 lat temu
.gitignore 30da42281b counter: add anchor example implementation 3 lat temu
.prettierignore 30da42281b counter: add anchor example implementation 3 lat temu
Anchor.toml ed4130cb05 update Anchor.toml not to hardcode a particular user directory in path to wallet 3 lat temu
Cargo.toml 30da42281b counter: add anchor example implementation 3 lat temu
README.md 30da42281b counter: add anchor example implementation 3 lat temu
package.json 30da42281b counter: add anchor example implementation 3 lat temu
tsconfig.json 30da42281b counter: add anchor example implementation 3 lat temu

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.