Skip to main content

Introduction

Protostar is a toolchain for developing Starknet smart contracts. It helps with writing, deploying, and testing your smart contracts. It is loosely inspired by Foundry.

Reference​

Protostar is designed to be easily discoverable from the terminal. To view information about available commands and flags, run:

protostar --help

For detailed information about a specific command and its flags, run:

protostar COMMAND --help

For example, protostar test --help.