-
Notifications
You must be signed in to change notification settings - Fork 225
Document --arguments
flag in the appendix for sncast invoke
, sncast call
and sncast deploy
#3251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
new
sncast
Comments
I'll like to take this |
sumitvekariya
added a commit
to sumitvekariya/starknet-foundry
that referenced
this issue
Apr 22, 2025
Add documentation for the --arguments flag in: - invoke command - call command - deploy command Closes foundry-rs#3251
sumitvekariya
added a commit
to sumitvekariya/starknet-foundry
that referenced
this issue
Apr 22, 2025
Add documentation for the --arguments flag in: - invoke command - call command - deploy command Closes foundry-rs#3251
sumitvekariya
added a commit
to sumitvekariya/starknet-foundry
that referenced
this issue
Apr 22, 2025
Add documentation for the --arguments flag in: - invoke command - call command - deploy command The flag provides a human-readable way to pass arguments to contract functions and constructors compared to raw calldata. Closes foundry-rs#3251 ## Introduced changes - Added documentation for the --arguments flag in invoke command showing how to pass arguments as human-readable Cairo expressions - Added documentation for the --arguments flag in call command showing how to pass arguments as human-readable Cairo expressions - Added documentation for the --arguments flag in deploy command showing how to pass constructor arguments as human-readable Cairo expressions - Added changelog entry for the documentation addition ## Checklist - [x] Linked relevant issue (foundry-rs#3251) - [x] Updated relevant documentation (added --arguments flag docs) - [ ] Added relevant tests (N/A - documentation only change) - [x] Performed self-review of the code - [x] Added changes to CHANGELOG.md
Hi, I'm EDOHWAREZ, a software developer with years of experience in building scalable software. I'll like to work on this issue. |
Can I start working on this? |
github-merge-queue bot
pushed a commit
that referenced
this issue
May 14, 2025
Add documentation for the --arguments flag in: - invoke command - call command - deploy command The flag provides a human-readable way to pass arguments to contract functions and constructors compared to raw calldata. Closes #3251 ## Introduced changes - Added documentation for the --arguments flag in invoke command showing how to pass arguments as human-readable Cairo expressions - Added documentation for the --arguments flag in call command showing how to pass arguments as human-readable Cairo expressions - Added documentation for the --arguments flag in deploy command showing how to pass constructor arguments as human-readable Cairo expressions - Added changelog entry for the documentation addition ## Checklist - [x] Linked relevant issue (#3251) - [x] Updated relevant documentation (added --arguments flag docs) - [ ] Added relevant tests (N/A - documentation only change) - [x] Performed self-review of the code - [x] Added changes to CHANGELOG.md" --------- Co-authored-by: Artur Michałek <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
new
sncast
Uh oh!
There was an error while loading. Please reload this page.
Current State
These are not currently documented in the appendix section of the documentation.
Objective
Document
--arguments
flag in the appendix forsncast invoke
,sncast call
andsncast deploy
Additional Context
No response
The text was updated successfully, but these errors were encountered: