trufflesuite / ganache-ui

Personal blockchain for Ethereum development
https://www.trufflesuite.com/ganache
MIT License
4.65k stars 796 forks source link

Wipe out the database of ganache #1472

Open Npizza opened 5 years ago

Npizza commented 5 years ago

Expected Behavior

I am working with ganache and Thegraph protocol. I want to be able to delete the database of ganache every time I restart him. Currently I can not find how to do it and I did not find any think to the documentation.

Current Behavior

The database it is not being deleted when I restart ganache.

Context

How has this issue affected you? What are you trying to accomplish? Is this issue likely to block you or others from getting your work done?

I am trying to create a user friendly environment that I will be able to develop DAO's. I am correctly trying to fork moloch DAO. This is really annoying because if I do not find a solution to this problem I will be forced to use public test nets and will make the development process more complicated for small scale projects.

Your Environment

davidmurdoch commented 5 years ago

ganache-cli initializes with an empty database by default. Can you provide an example of your initialization?