Skip to content

akornato/gnosis-safe-dashboard

Repository files navigation

Gnosis Safe dashboard

This app allows to create a new Gnosis Safe, add/remove its owners, and propose a new transaction that may include both native and ERC20 token transfers.

If loaded in Gnosis Safe iframe, it detects Safe address automatically. If loaded outside of Gnosis Safe iframe, you need to enter Safe address manually (or create a new one).

Deployed to https://gnosis-safe-dashboard-flax.vercel.app

Getting Started

  • yarn dev starts the web app at https://localhost:4000/. Note its HTTPS rather than HTTP - SSL is required for Gnosis custom apps - so local Next.js port is mapped with local-ssl-proxy. You can also go to your Gnosis Safe, Apps, add custom app, and paste in the same URL.