Skip to content

Commit

Permalink
add doc link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Shumo Chu committed Feb 10, 2020
1 parent 7451fbb commit bed15e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This a non-Turing complete language that allows branch forwards but prevents rec
to maximize safety and performance.

However, TEAL is essentially an assembly language. With PyTeal, developers can express smart contract logic purely using Python.
PyTeal provides higher level, functional programming style abstactions over TEAL and does type checking at construction time.
PyTeal provides high 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 All @@ -22,6 +22,10 @@ pyteal requires python version >= 3.6

* `pip3 install pyteal`

### Documentation

[PyTeal Docs](https://pyteal.readthedocs.io/en/latest/)

### Run Demo

In pyteal root directory:
Expand Down

0 comments on commit bed15e6

Please sign in to comment.