Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 986 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 986 Bytes

AlgoKit Goracle Basic App Template

This template provides a good starting point to quickly play with writing, building and deploying/calling Beaker and PyTEAL contracts and interacting with the Goracle Protocol.

This is a template used by AlgoKit to initialise an Algorand smart contract project. It's a Copier template.

Features

This template supports the following features:

  • Compilation of the current Beaker contract (see e.g. default_app/build.py)
  • Demo (deploy + call) of the current Beaker contract (see e.g. default_app/demo.py)
  • Poetry for Python dependency management and virtual environment management
  • VS Code configuration (linting, formatting, breakpoint debugging)

Getting started

Once the template is instantiated you can follow the README.md file to see instructions for how to use the template.