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.
Once the template is instantiated you can follow the README.md file to see instructions for how to use the template.
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:
- Go to the algokit-base-template repository.
- Initiate a new codespace by selecting the
Create codespace on mainoption. This can be found by clicking theCodebutton, then navigating to theCodespacestab. - Upon codespace preparation,
algokitwill automatically startLocalNetand present a prompt with the next steps. Executingalgokit initwill initiate the interactive wizard.