ganache-ui
ganache-ui copied to clipboard
Can I run this on a remote machine and access it through the browser instead of running it with Electron?
I've been assisting a company in putting together the demo of a DApp that needs to be presented to potential investors. The DApp was designed for Ehereum, but we cannot rely on the network at the moment due to the ongoing changes.
I plan to use Ganache as a temporary solution just to be able to run such application and showcase the project.
It would be best if I could have the Ganache UI running on a remote server so that I people presenting the app prototype don't have to worry about any laptop-based setup.
I know I could just run the Ganache CLI as a background process on a remote machine, but then people presenting the app prototype would not be able to easily see the list of accounts, the ETH balance, etc., through a browser.
Since this is in essence an SPA, wouldn't it be possible to start it without Electron and just serve it from a server?
Not yet, but we are planning on implementing this.