Skip to content
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

Recipe for reading uint from contract #48

Merged
merged 11 commits into from
Jan 3, 2024
Merged

Conversation

technophile-04
Copy link
Collaborator

@technophile-04 technophile-04 commented Jan 1, 2024

Description :

Tackles 2nd point from #25 (comment) also closes #25

Lol not sure if I over-explained it, also please free to suggest better phrasing/wording or pick something that feels too long 🙌

Copy link

vercel bot commented Jan 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
scaffold-eth-2-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 2, 2024 2:41pm

Copy link
Collaborator

@edakturk14 edakturk14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @technophile-04!! This is a very nice addition.

Made a few minor changes to some of the wording - a few nit picks. I tried to make some of the sentences simpler to understand and maybe ended up over-explaining :D

Overall, it looks good to me and if there are any comments that you don't like; please feel free to disregard and lmk if you have any question to me.

Thank you once again & Happy new year! :)

docs/recipes/ReadUintFromContract.md Outdated Show resolved Hide resolved
docs/recipes/ReadUintFromContract.md Outdated Show resolved Hide resolved
docs/recipes/ReadUintFromContract.md Outdated Show resolved Hide resolved
docs/recipes/ReadUintFromContract.md Outdated Show resolved Hide resolved
docs/recipes/ReadUintFromContract.md Outdated Show resolved Hide resolved
docs/recipes/ReadUintFromContract.md Outdated Show resolved Hide resolved
Co-authored-by: Eda Akturk <[email protected]>
@technophile-04
Copy link
Collaborator Author

Tysm Eda and Happy New Year 🚀 !! Love all the suggestions! and updated them 🙌

Copy link
Collaborator

@Pabl0cks Pabl0cks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job @technophile-04, and nice wording improves @edakturk14!! 🙌 Love to see more additions to Recipes.

Looks good to me, added a couple of nitpicks and a copy&paste problem in an internal URL.

docs/recipes/ReadUintFromContract.md Show resolved Hide resolved
docs/recipes/ReadUintFromContract.md Outdated Show resolved Hide resolved
docs/recipes/ReadUintFromContract.md Outdated Show resolved Hide resolved
description: Learn how to read from contract functions which accepts arguments / no arguments and display them on UI.
---

This recipe demonstrates how to read data from contract functions that accept some arguments (parameters) or no arguments at all and displays it on the UI.
Copy link
Collaborator

@Pabl0cks Pabl0cks Jan 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sometimes when I read this sentence it looks strange, maybe because it's too large? (Other times I read it and seems OK heh).

What about: "This recipe demonstrates how to read data from contract functions and display it on the UI. We'll showcase an example that accepts some arguments (parameters), and another with or no arguments at all"

@edakturk14 could you also take a look with your writer's eyes? 🙃

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this suggestion much much better, thank you @Pabl0cks. It's much more clear + readable :D

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's much more clear + readable :D

💯💯, Tysm Pablo 🙌

Co-authored-by: Pablo Alayeto <[email protected]>
@technophile-04
Copy link
Collaborator Author

Tysm Pablo 🙌 Great suggestions updated them all!

@edakturk14
Copy link
Collaborator

lgtm 🚀 ty both!!!

Copy link
Collaborator

@Pabl0cks Pabl0cks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TYSM Shiv! Looks great to me 🙌🔥

@technophile-04
Copy link
Collaborator Author

Thanks all !!, Merging this 🙌

@technophile-04 technophile-04 merged commit 7b990d7 into main Jan 3, 2024
3 checks passed
@technophile-04 technophile-04 deleted the recipe-unit-read branch January 3, 2024 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recipes
3 participants