Skip to content

Chrome extension to simulate Dapp interactions and record transactions

License

Notifications You must be signed in to change notification settings

gnosisguild/zodiac-pilot

Repository files navigation

Zodiac Pilot

Build Status Contributor Covenant

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

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
yarn dev

The build output is written to 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 zodiac-pilot/public directory.