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
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
Cache the code in the contract (maybe have a button to revert to default or clear) so when you go to another tab, the code doesn't disappear. When going through the tutorials you may need to paste in your own public address or one of the other contract addresses and if you're already writing the contract you can't go back and check without the contract disappearing
The text was updated successfully, but these errors were encountered:
Saves contract code in memory when getting out of tab: This is particularly useful when you need the address of a contract as one of the parameters for another contract (creating a dao that uses a token for example) and you want to go to another tab to copy it
Suggested on this PR: Add caching to contract #139
Cache the code in the contract (maybe have a button to revert to default or clear) so when you go to another tab, the code doesn't disappear. When going through the tutorials you may need to paste in your own public address or one of the other contract addresses and if you're already writing the contract you can't go back and check without the contract disappearing
The text was updated successfully, but these errors were encountered: