xJonathanLEI / starkli

Starkli (/ˈstɑːrklaɪ/), a ⚡ blazing ⚡ fast ⚡ CLI tool for Starknet powered by 🦀 starknet-rs 🦀
https://book.starkli.rs
Apache License 2.0
164 stars 47 forks source link

feat: manually specify salt on deploy #6

Closed glihm closed 1 year ago

glihm commented 1 year ago

As seen in comments inside the deploy subcommand code, it can be useful to manually provide the salt.

I just went over a case where it's very useful, deploying contracts for testing where a constant address may ease the tests.