Is it possible to persist the chain state of Truffle develop? If my truffle console crash, can I restore the chain state?
Asked
Active
Viewed 158 times
1 Answers
0
You can create fixtures - i.e. put your dataset in the form of a JS script, similar to truffle based tests, and run it when you start working with your dev environment. This way you'll have something in your blockchain to work with, and won't have to add it manually every time.
Utgarda
- 791
- 5
- 20