Dadepo Aderemi ed4130cb05 update Anchor.toml not to hardcode a particular user directory in path to wallet 3 years ago
..
anchor ed4130cb05 update Anchor.toml not to hardcode a particular user directory in path to wallet 3 years ago
mpl-stack db49ce2c0a counter: add mpl-stack example (solita needs fix) 3 years ago
native 540c9af3e2 counter: add native program example 3 years ago
seahorse ed4130cb05 update Anchor.toml not to hardcode a particular user directory in path to wallet 3 years ago
README.md 96f52c3cef counter: add descriptive README.md 3 years ago

README.md

Counter

This example program allows anyone to create a counter and increment it.

Any counter can be incremented by any key.

Note: Seahorse

Seahorse currently does not allow the program to initialize anchor accounts unless they are PDAs.

Seahorse example only allows users to increment the counter that corresponds to their public key.