Davirain 17afe2e7a4 add rust workspace and update crates version (#41) 2 jaren geleden
..
migrations 30da42281b counter: add anchor example implementation 3 jaren geleden
programs 17afe2e7a4 add rust workspace and update crates version (#41) 2 jaren geleden
tests 30da42281b counter: add anchor example implementation 3 jaren geleden
.gitignore 30da42281b counter: add anchor example implementation 3 jaren geleden
.prettierignore 30da42281b counter: add anchor example implementation 3 jaren geleden
Anchor.toml ed4130cb05 update Anchor.toml not to hardcode a particular user directory in path to wallet 3 jaren geleden
Cargo.toml 30da42281b counter: add anchor example implementation 3 jaren geleden
README.md 30da42281b counter: add anchor example implementation 3 jaren geleden
package.json 30da42281b counter: add anchor example implementation 3 jaren geleden
tsconfig.json 30da42281b counter: add anchor example implementation 3 jaren geleden

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.