Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 731 Bytes

readme.md

File metadata and controls

45 lines (28 loc) · 731 Bytes

Puya-ts demo

Getting started

1. Install npm deps

npm i

2. Ensure you have puya.exe available on your PATH

This assumes you have a python installation on your machine, if not see algokit install instructions

pipx install puyapy

puya.exe is currently distributed under the puyapy package but will eventually be moved to a puya package.

3. Test that puya is available (you may need to restart your shell)

puya --version

Puya 4.4.2 or later is required, so we expect to see the following

puya 4.4.2

4. Build project

Using the npm script

npm run build:puya

OR

Invoke using npx

npx @algorandfoundation/puya-ts build contracts