In order to interact with Starknet and compile Cairo code, you need to install several tools. The following tools are recommended to begin developing on Starknet: Tool nameDescriptionDocumentationCode Repository Starkli A command-line interface that allows you to interact with Starknet. https://book.starkli.rs/ https://github.com/xJonathanLEI/starkli Scarb A build toolchain and package manager for Cairo and Starknet ecosystems. https://docs.swmansion.com/scarb/ https://github.com/software-man...