We will create a simple stateful smart contract which will:
- Have a global variable
counter
- Will increment
counter
each time we call the application.
yarn run algob deploy scripts/deploy.js
yarn run algob deploy scripts/increment.js
yarn run algob test