Stark It is a one-line installer for all the necessary tools to start developing on Starknet (Starkli, Scarb & snfoundry). It comes in two flavors: a bash script (stark_it.sh) for Unix users, and a powershell script (stark_it.ps1) for Windows users.
Unix Users:
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/stark-kit/starkup/refs/heads/main/stark_it.sh | shWindows Users:
iex (iwr "https://raw.githubusercontent.com/stark-kit/starkup/refs/heads/main/stark_it.ps1").ContentYou can also download the file and execute it on your machine.
- Allow users to choose which tools they want to install
- Add more tools
- reduce prints from the different commands
- uninstall script