edr
edr copied to clipboard
Persist Hardhat Network on disk
Related issues and PRs:
- NomicFoundation/hardhat#2425
What's the state of this?
It's on our roadmap, but I don't have an ETA.
hi, any updates on this?
Is there any update?
updates?
Interested as well about this. My use case would to play around or manually tests my contracts, then start where I left from later.
Looks like https://github.com/NomicFoundation/hardhat/issues/3599 was abandonned
We don't currently have this scheduled for upcoming sprints. You can indicate your interest in the issue by leaving a 👍 on the issue description. We take this into consideration when choosing the next features to work on in EDR.
When we incorporate this issue into a sprint, GitHub should add an event to the issue to signal this.
I would also love to see this implemented. This would make it more suitable for teaching blockchain and smart contract concepts, enabling practice scenarios where students can spend several sessions solving a problem without losing their progress every time.
It would be great to have this feature!! Please implement it! The people are asking for it 😜🙂
Yes, this would be really useful!
It is a pain to seed my node every time I start. Love to have this feature.😁
The development of real web3 applications includes not only the development of smart contracts "in a vacuum", but also the development and testing of tools for user interaction with these contracts. Therefore, it is necessary to have the ability to save the results of user interaction with the blockchain. Such functionality was perfectly implemented in ganache through the "--db" parameter, which allowed the node to be restarted, as well as transferred between physical or virtual hosts without losing its state. Such an opportunity is necessary when developing full-stack web3 applications. Please implement such an opportunity.