You can install this extension from the Chrome-App-Store here. Current Version 1.2.7
This is a verification client for the micro-pkc https://github.com/inblockio/aqua-PKC it uses the CLI verification tool as an external dependency https://github.com/inblockio/aqua-verifier-js. If you want the latest build, or you want to build it yourself, follow the instructions given here.
Chrome Extension, TypeScript, HTML
- node + npm (v16.20.2)
- TypeScript
- Webpack
- React
- Jest
- Example Code
- Chrome Storage
- Options Version 2
- content script
- count up badge number
- background
- src/typescript: TypeScript source files
- src/assets: static files
- dist: Chrome Extension directory
- dist/js: Generated JavaScript files
npm install
npm run build
npm run watch
Go to chrome://extensions and enable 'Developer Mode' on the upper right corner.
Now you can load dist
directory of our local extension, after you completed the build process.
You can also load a pre-build version of the extension.
npx jest
or npm run test
In npm v17.x we expect the following error while running npm run build
:
Error: --openssl-legacy-provider is not allowed in NODE_OPTIONS
to solve it, put this in your .bashrc
export NODE_OPTIONS=--openssl-legacy-provider