Skip to content

gnosisguild/zodiac-pilot

Repository files navigation

Zodiac Pilot

Contributor Covenant Static Checks Tests Live Tests

Chrome extension to simulate Dapp interactions and record transactions. Available on the Chrome Web Store

Contribute

Overview

The extension folder hosts the code of the browser extension. The included README documents the most important concepts.

To run a development version of the extension from a branch:

cd extension
pnpm i
pnpm dev

The build output is written to extension/public/build. The dev script will watch for changes and automatically rebuild.

To enable the extension in Chrome, follow these steps:

  1. Open the Extension Management page by navigating to chrome://extensions.
  2. Enable Developer Mode by clicking the toggle switch at the top right of the page.
  3. Click the Load unpacked button and select the extension/public directory.