scarb build
Use cairo-test
cairo-test --starknet --path .
Declare:
starknet declare --contract ${sierra_path} --account ${startnet_account}Deploy:
starknet deploy --class_hash ${class_hash} --inputs ${constructor_param_1} ${constructor_param_2} --account ${startnet_account}Commitizen is a tool for writing qualified Commit messages.
Installing the command line tool
npm install -g commitizenThen, in the project directory, run the following command to support Angular's Commit Message format.
commitizen init cz-conventional-changelog --save --save-exactUse git cz instead of git commit. At this point, options are presented to generate a Commit message that matches the format.