Skip to content

stark-kit/starkup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Stark It

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.

How to use it?

Unix Users:

curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/stark-kit/starkup/refs/heads/main/stark_it.sh | sh

Windows Users:

iex (iwr "https://raw.githubusercontent.com/stark-kit/starkup/refs/heads/main/stark_it.ps1").Content

You can also download the file and execute it on your machine.

Todo list:

  • Allow users to choose which tools they want to install
  • Add more tools
  • reduce prints from the different commands
  • uninstall script

Going Further

https://starknet-devx.vercel.app/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors