- Node.js (see .nvmrc for the version)
- Yarn
- Install dependencies using yarn
yarn install
- Build the extension using
yarn build
- The built extension will be available in the
build
directory
The extension can be run in development mode on Chrome or Firefox.
- Install the dependencies using yarn
yarn install
- Build the extension using
yarn build
- Use the appropriate script to load the extension in development mode:
- Chrome:
yarn chrome:start
- Firefox:
yarn firefox:start
- Chrome:
- This will start a new brower instance with the extension loaded. You can now test the extension by visiting any dapp and connecting the wallet.
The extension is automatically published to the Firefox Add-ons store when a new GitHub release is created.
Mozilla Addon Reviewers can review the extension by following the steps in building-from-source.