Skip to content

Commit

Permalink
- call out links to actually readable/useful examples
Browse files Browse the repository at this point in the history
  • Loading branch information
achidlow committed Dec 11, 2023
1 parent 7c117e5 commit c4c7a73
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ pytest
```

[Project background and guiding principles](docs/principles.md).

Examples:
- [voting](examples/voting/voting.py)
- [AMM](examples/amm/contract.py)
- [auction](examples/TEALScript/auction/contract.py)
- [non-ABI calculator](examples/calculator)
- [local storage](examples/local_storage)

0 comments on commit c4c7a73

Please sign in to comment.