You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening this issue so we can throw some ideas for a new "Recipes" section.
Recipes = code snippets that people can copy/paste and work out of the box. Let's think about the top things that we do all the time, and then we can add more complex ones.
Some ideas:
Get the current balance of the connected account
Read a uint from a contract and display it in a nice way (maybe with & without params)
Write to a contract with & without a param (setGreeting?) + button that onclick executes writeAsync
Imperatively writing to a contract (passing args to writeAsync)
Events...
We can start creating the section and adding some of these.
The text was updated successfully, but these errors were encountered:
Opening this issue so we can throw some ideas for a new "Recipes" section.
Recipes = code snippets that people can copy/paste and work out of the box. Let's think about the top things that we do all the time, and then we can add more complex ones.
Some ideas:
We can start creating the section and adding some of these.
The text was updated successfully, but these errors were encountered: