Skip to content

algorand-devrel/tealscript-algokit-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


This template provides a baseline TealScript smart contract development environment.

To use it install AlgoKit and then either pass in -t tealscript to algokit init or select the TypeScript language option interactively during algokit init.

Getting started

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

Interactive Wizard

To initialize using the algokit CLI:

  • Execute the command algokit init. This initiates an interactive wizard that assists in selecting the most appropriate template for your project requirements.

To initialize within GitHub Codespaces:

  • Follow these steps to leverage GitHub Codespaces for template selection:

    1. Go to the algokit-base-template repository.
    2. Initiate a new codespace by selecting the Create codespace on main option. This can be found by clicking the Code button, then navigating to the Codespaces tab.
    3. Upon codespace preparation, algokit will automatically start LocalNet and present a prompt with the next steps. Executing algokit init will initiate the interactive wizard.