Memex
Memex copied to clipboard
Allow settings for bgConnect to Storex Hub automatically
The current way to do this is to execute await bgModules.storexHub.connect({ development: true })
every time manually I want to connect to Storex, which is annoying.
It would be much better to have a setting for automatically doing this. I have a hacky solution for myself but I am not sending a PR since I am not sure if that would fit into the code organizing principles of Memex.
If you give me a broad idea about how to implement this I will do it myself and start a PR.