foundry-rs / starknet-foundry

Blazing fast toolkit for developing Starknet contracts.
https://foundry-rs.github.io/starknet-foundry/
MIT License
307 stars 150 forks source link

Document that (`invoke`/`deploy`/`call`) arguments can be serialized into an array (cast script) #2215

Open Arcticae opened 3 months ago

Arcticae commented 3 months ago

Which components does the task require to be changed? (think hard pls)

sncast

Description

It's currently passed as a raw array in the docs, it should be showing how to do it via the Serde utilities so it's simpler for the users

Arcticae commented 3 months ago

For this to happen it would be nice if i could actually run the tutorial script without trouble