diff --git a/README.md b/README.md index 186394d27d..fbeeb69bd5 100644 --- a/README.md +++ b/README.md @@ -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)