Skip to content

Commit

Permalink
Merge pull request #1 from algorandfoundation/small-tweaks
Browse files Browse the repository at this point in the history
Small tweaks
  • Loading branch information
robdmoore authored Dec 8, 2023
2 parents cfc68c7 + 34bfd04 commit 947bc86
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* text=auto eol=lf
examples/**/*.ir linguist-generated=true
examples/**/*.debug.teal linguist-generated=true
examples/**/*.log linguist-generated=true
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Puya - Algorand TEAL compiler + Python language bindings

```shell
poetry install
poetry shell
# Run the compiler
algopy
# OR compile all examples
python -m scripts.compile_all_examples
# OR run tests
pytest
```

## Existing README stuff - needs clean up

TODO:
How to handle identity for compound objects i.e. dataclasses so that semantic compatability is retained
Ideas:
Expand Down

0 comments on commit 947bc86

Please sign in to comment.