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

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.