basic counter program that increments or decrements by one.
This is a Solana smart contrat using Anchor framework to implement a simple counter program. it stores the state in a counter account for a particular user. it simple increments a number or decrements a number in the counter state. This smart contract is to get familar with anchor account types and anchor constraints.
follow the installation process in this guide to set up solana and anchor https://www.anchor-lang.com/docs/installation
just run the following command to test the program
anchor test
Contributors names and contact info
Dennis Orbison ex. @Freedom_pk_live
This project is licensed under the MIT License - see the LICENSE.md file for details