Skip to content

Commit

Permalink
Merge pull request #29 from algorand-devrel/dev
Browse files Browse the repository at this point in the history
0.8.2 - minor package/README updates
  • Loading branch information
joe-p authored Apr 3, 2023
2 parents f518a43 + 8dc6331 commit dce9dba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

TEALScript is a TypeScript compiler for generating TEAL. The goal is to enable developers to write Algorand Smart Contracts using native TypeScript syntax. Since TEALScript uses native TypeScript syntax, IDE support works out of the box for any IDE that supports TypeScript.

## Documentation

The documentation for the latest release can be viewed at [tealscript.netlify.app](https://tealscript.netlify.app/pages/getting_started.html) and can be generated locally with `yarn docs`

## Status

TEALScript is still very much a work in progress. The current version is `0.x.x`. This means there will be frequent changes being made, including breaking changes, without incrementing the MAJOR version number. As such, it is currently not recommended to use TEALScript in production.
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@algorandfoundation/tealscript",
"version": "0.8.1",
"version": "0.8.2",
"description": "Enables Algorand smart contract development with native TypeScript syntax, tooling, and IDE support",
"homepage": "https://github.com/algorand-devrel/TEALScript",
"bugs": {
"url": "https://github.com/algorand-devrel/TEALScript/issues"
Expand Down

0 comments on commit dce9dba

Please sign in to comment.