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

update forking and saving VM state and misc on run.md #3201

Merged
merged 7 commits into from
May 21, 2024
Merged

update forking and saving VM state and misc on run.md #3201

merged 7 commits into from
May 21, 2024

Conversation

ryestew
Copy link
Collaborator

@ryestew ryestew commented May 20, 2024

Pinning, saving state, and general update to deploy and run.

@ryestew ryestew requested a review from Aniket-Engg May 20, 2024 02:54
@ryestew ryestew requested a review from vermouth22 May 21, 2024 03:11
Edits to run.md
Copy link
Collaborator

@vermouth22 vermouth22 left a comment

Choose a reason for hiding this comment

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

I made a brand PR as an edit: #3202

docs/run.md Outdated
---------
The Remix VM is a sandbox blockchain in the browser. Transactions do not require an approval to run. It comes with 10 accounts; each loaded with 100ETH.

In the current version of Remix, the **state** of the chain is saved in the **.states folder** in File Explorer. This was not the case in earlier versions of Remix - where this chain would refresh when the browser would refresh.
Copy link
Collaborator

Choose a reason for hiding this comment

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

chain would refresh reset when the browser Remix would refresh.

docs/run.md Outdated Show resolved Hide resolved
docs/udapp.md Outdated Show resolved Hide resolved
docs/udapp.md Outdated Show resolved Hide resolved
docs/udapp.md Outdated

- Functions that are `constant` or `pure` functions in Solidity have a blue buttons. Clicking one of this type does not create a new transaction. So clicking will not cause state changes - it will only return a value stored in the contract - so it won't cost you anything in gas fees.
- Blue buttons are for `constant` or `pure` functions. Clicking a blue button does not create a new transaction - so there will be **no gas fees**.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Blue buttons are for constant view or pure

@ryestew ryestew merged commit 538effe into master May 21, 2024
1 check passed
@ryestew ryestew deleted the pin1 branch May 21, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants