Chrome extension to simulate Dapp interactions and record transactions. Available on the Chrome Webstore
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:
- Open the Extension Management page by navigating to chrome://extensions.
- Enable Developer Mode by clicking the toggle switch at the top right of the page.
- Click the Load unpacked button and select the
zodiac-pilot/public
directory.