A browser extension for the Reef Chain to create and authenticate to Reef accounts.
Steps to build the extension and view your changes in a browser:
- Install dependencies via
yarn install
- Build via
yarn build
- Install the extension
- go to
chrome://extensions/
- ensure you have the Development flag set
- "Load unpacked" and point to
/dist
- go to
You can run the extension in development mode to watch for changes and rebuild the extension automatically.
Just follow the steps of the previous section, but in step 2 run yarn watch
.