trufflesuite / ganache

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
2.6k stars 676 forks source link

Export Ganache state #4452

Closed AbhinavMir closed 7 months ago

AbhinavMir commented 1 year ago

A tool to export a certain Ganache state that can be transferred to another system. Just a system to commit certain repeat transactions is good enough.

davidmurdoch commented 1 year ago

There is the --db.dbPath option. Run ganache --help for more info. Does that do the trick?