Graphical User Interface (GUI) for SafeNetwork CLI
-npm
-currently only able to use linux (bash)
Clone the Repo
git clone https://github.com/DeusNexus/safe-gui
cd safe-gui/api && npm run all-install
Run both api and react with the following command
cd safe-gui/api && npm run api-react
Normally the browser will open up or browse to localhost:3001 where the website runs (API runs on port 3000)