Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stechu committed Feb 3, 2020
1 parent 1c2cc3b commit d81047c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ called [Transaction Execution Approval Language (TEAL)](https://developer.algora
This a non-Turing complete language that allows branch forwards but prevents recursive logic
to maximize safety and performance.

PyTeal allows Algorand Smart Contracts developers express there smart contract logic purely using Python. It provides higher level functional programming style abstactions over TEAL and does type checking at construction time.
While TEAL is essentially an assembly based language. PyTeal allows smart contracts developers express there smart contract logic purely using Python. It provides higher level functional programming style abstactions over TEAL and does type checking at construction time.

PyTeal **hasn't been security audited**. Use it at your own risk.

Expand Down

0 comments on commit d81047c

Please sign in to comment.