You can install this extension from the Chrome-App-Store here. Current Version 1.2.
This is a verification client for the micro-pkc https://github.com/inblockio/micro-PKC it uses the CLI verification tool as an external dependency https://github.com/inblockio/data-accounting-external-verifier. If you want the latest build, or you want to build it yourself, follow the instructions given here.
Chrome Extension, TypeScript, HTML
- node + npm (Current Version)
- 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