AlgoKit is Algorandβs official all-in-one toolchain for smart contract development. This guide will walk you through setting up AlgoKit and all required dependencies on a Windows system using WSL2.
π Download Git
Run the installer with default settings.
Recommended setting:
βοΈ "Use Git from the command line and also from 3rd-party software"
Verify:
git --version
Open PowerShell as Administrator and run:
wsl --install
Restart when prompted.
After restart, set Ubuntu as default:
wsl --set-default Ubuntu
Launch Ubuntu and create a user account.