From eed4cb86f1f01e90ef5f6dd2208c6baaee092ae5 Mon Sep 17 00:00:00 2001 From: utkarshup49 <137413217+utkarshup49@users.noreply.github.com> Date: Mon, 21 Apr 2025 23:00:33 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5ef667..c7cb0c4 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ This project makes use of Algorand Python to build Algorand smart contracts. The following tools are in use: -- [AlgoKit](https://github.com/algorandfoundation/algokit-cli) - One-stop shop tool for developers building on the Algorand network; [docs](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/algokit.md), [intro tutorial](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/tutorials/intro.md) +- [AlgoKit](https://github.com/algorandfoundation/algokit-cli) - One stop shop tool for developers building on the Algorand network; [docs](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/algokit.md), [intro tutorial](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/tutorials/intro.md) - [Algorand Python](https://github.com/algorandfoundation/puya) - A semantically and syntactically compatible, typed Python language that works with standard Python tooling and allows you to express smart contracts (apps) and smart signatures (logic signatures) for deployment on the Algorand Virtual Machine (AVM); [docs](https://github.com/algorandfoundation/puya), [examples](https://github.com/algorandfoundation/puya/tree/main/examples) - [AlgoKit Utils](https://github.com/algorandfoundation/algokit-utils-py) - A set of core Algorand utilities that make it easier to build solutions on Algorand. - [pytest](https://docs.pytest.org/): Automated testing.