Dadepo Aderemi ed4130cb05 update Anchor.toml not to hardcode a particular user directory in path to wallet 3 năm trước cách đây
..
migrations 30da42281b counter: add anchor example implementation 3 năm trước cách đây
programs af0a009889 counter-anchor: remove init-if-needed flag 3 năm trước cách đây
tests 30da42281b counter: add anchor example implementation 3 năm trước cách đây
.gitignore 30da42281b counter: add anchor example implementation 3 năm trước cách đây
.prettierignore 30da42281b counter: add anchor example implementation 3 năm trước cách đây
Anchor.toml ed4130cb05 update Anchor.toml not to hardcode a particular user directory in path to wallet 3 năm trước cách đây
Cargo.toml 30da42281b counter: add anchor example implementation 3 năm trước cách đây
README.md 30da42281b counter: add anchor example implementation 3 năm trước cách đây
package.json 30da42281b counter: add anchor example implementation 3 năm trước cách đây
tsconfig.json 30da42281b counter: add anchor example implementation 3 năm trước cách đây

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.