The goal of this project is to present how to work with ASC in algob
using the best practices and templates using the Algorand reference templates:
- dynamic Fee - using PyTEAL
- hash time lock contract - using PyTEAL. For more advanced example using HTLC with PyTEAL please check our htlc-pyteal example.
- limit order - we ported the code to PyTEAL.
Please follow the setup instructions to install dependencies and update the config. This example is using PyTEAL, so make sure to follow the Python3 setup described above.
To run hash time lock contract or dynamic Fee use the deploy command:
yarn run algob deploy