Skip to content

in45/pyteal-count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stateful Counter Example

We will create a simple stateful smart contract which will:

  • Have a global variable counter
  • Will increment counter each time we call the application.

Cmds

deploy the App

yarn run algob deploy scripts/deploy.js

increment counter

yarn run algob deploy scripts/increment.js

test

yarn run algob test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published