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
- Next.js
- Wagmi
- Safe Apps SDK - to detect Safe address automatically when inside of Gnosis Safe iframe
- Safe Core SDK - to interact with the Safe contract e.g. add new owners
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.