Skip to content

Abracadabra-money/gringotts

Repository files navigation

Gringott's is a Gnosis Safe app that makes it easy to issue refunds for the Abracadabra Curve Cauldrons. The production version of Gringott's can be found here.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Adding Gringotts to the Gnosis Safe

  • In order to test the local development of Gringott's, start the development server.

  • Next, visit the Abracadabra Gnosis Safe and add a custom app by clicking on Apps > My Custom Apps > Add custom Safe App.

    Add Custom App

  • Finally, enter http://localhost:3000 as the Safe App URL and it should detect the locally-running Gringott's.

    Add Custom App