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

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.