foundry-rs / starknet-foundry

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

Update `sncast` docs to use data transformer instead of serialized calldata as a default exampl #2557

Open cptartur opened 1 month ago

cptartur commented 1 month ago

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

sncast

Description

Once data transformer has proven itself to be working correctly we could update the documentation so default way of passing arguments is shown as data transformation.

Current way of passing already serialized calldata could be documented as an option.

cptartur commented 1 month ago

Blocked: Let's wait until at least some time after data transformer is released.

Mystic-Nayy commented 2 weeks ago

I am applying to this issue via OnlyDust platform.

My background and how it can be leveraged

I am a web3 developer, I have expertise in smart contracts, decentralized technologies, and frameworks like React. I can build innovative dApps, contribute to open-source projects, educate others, and network with industry leaders to advance my career in the decentralized space.

How I plan on tackling this issue

I will Update documentation to show data transformation as the default argument-passing method. Modify code examples to reflect the new approach. Ensure data transformer is fully integrated and working correctly.