Skip to content

algorand-devrel/algorand-typescript-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

db1c7e1 · May 5, 2025

History

12 Commits
Apr 24, 2025
Apr 24, 2025
Apr 24, 2025
May 5, 2025
Apr 24, 2025
Apr 29, 2025
Apr 24, 2025
Apr 24, 2025
Apr 24, 2025
Apr 24, 2025
Apr 27, 2025

Repository files navigation

algorand-typescript-workshop

Welcome to your new AlgoKit project!

This is your workspace root. A workspace in AlgoKit is an orchestrated collection of standalone projects (backends, smart contracts, frontend apps and etc).

By default, projects_root_path parameter is set to projects. Which instructs AlgoKit CLI to create a new directory under projects directory when new project is instantiated via algokit init at the root of the workspace.

Getting Started

To get started refer to README.md files in respective sub-projects in the projects directory.

To learn more about algokit, visit documentation.

GitHub Codespaces

To get started execute:

  1. algokit generate devcontainer - invoking this command from the root of this repository will create a devcontainer.json file with all the configuration needed to run this project in a GitHub codespace. Run the repository inside a codespace to get started.
  2. algokit init - invoke this command inside a github codespace to launch an interactive wizard to guide you through the process of creating a new AlgoKit project

Powered by Copier templates.