You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -69,9 +76,9 @@ Note the View menu Toggle Developers Tools option. Enabling that brings up the b
69
76
11) If you modify code under gui/EasyDEX-GUI then you'll need to go to gui/EasyDEX-GUI/react/src and run npm run build again, then relaunch npm start from the agama dir. Changes to agama/routes just require relaunching npm start from the agama dir. If any dependencies change then you'll need to rerunnpm install in the appropriate directory.
70
77
12) Once you have your changes ready and working you can produce the Linux executable image
71
78
### Important dev notes
72
-
Coin info for Verus is stored in ~/.komodo/VERUS under Ubuntu
73
-
Coin info for Verus is stored under \Users\<username>\AppData\Roaming\Komodo\VERUS for Windows
74
-
Coin info is for Verus is stored under ~/Library/Application\ Support/Komodo/VERUS for Mac
79
+
Coin info for Verus is stored in ~/.komodo/VRSC under Ubuntu
80
+
Coin info for Verus is stored under \Users\<username>\AppData\Roaming\Komodo\VRSC for Windows
81
+
Coin info is for Verus is stored under ~/Library/Application\ Support/Komodo/VRSC for Mac
75
82
#### Sockets.io
76
83
In dev mode backend is configured to send/receive messages from/to http://127.0.0.1:3000 address. If you open it as http://localhost:3000 sockets server will reject any messages. In non dev mode the service is launched internally and everything operates normally.
0 commit comments