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 a3bc30c commit d56b576
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.

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.
While TEAL is essentially an assembly based language. PyTeal allows smart contracts developers express 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 d56b576

Please sign in to comment.