├── LICENSE ├── README.md ├── docs └── testnet_api.md ├── imgs └── Algokit-diagram.webp └── scripts └── install_all_repos.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorandfoundation/algokit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorandfoundation/algokit/HEAD/README.md -------------------------------------------------------------------------------- /docs/testnet_api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorandfoundation/algokit/HEAD/docs/testnet_api.md -------------------------------------------------------------------------------- /imgs/Algokit-diagram.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorandfoundation/algokit/HEAD/imgs/Algokit-diagram.webp -------------------------------------------------------------------------------- /scripts/install_all_repos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorandfoundation/algokit/HEAD/scripts/install_all_repos.sh --------------------------------------------------------------------------------