Skip to content

BlockheaderWeb3-Community/cairo-bootcamp-4

Repository files navigation

Cairo Bootcamp 4.0

Setting Up Starknet Dev Environment with Starkup

  • Cairo toolchain installation - tool for installing all the Starknet essentials for development.
  • Starkup supports the installation of the following tools:
    • Scarb - the Cairo package manager
    • Starknet Foundry - the Cairo and Starknet testing framework
    • Universal Sierra Compiler - compiler for any ever-existing Sierra version
    • Cairo Profiler - profiler for Cairo programming language & Starknet
    • Cairo Coverage - utility for coverage reports generation for code written in Cairo programming language
    • CairoLS - vscode extension
    • Starkup Github link

Install starkup using:

curl --proto '=https' --tlsv1.2 -sSf https://sh.starkup.sh | sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages