Skip to content

This is a Chrome-Extension for the MediaWiki Extension: Data Accounting. It is used to remotely interface and verify with Servers which integrate a verification protocol.

License

Notifications You must be signed in to change notification settings

BennSim/VerifyPage

 
 

Repository files navigation

build

VerifyPage - Chrome Browser Extension

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

Prerequisites

Includes the following

  • TypeScript
  • Webpack
  • React
  • Jest
  • Example Code
    • Chrome Storage
    • Options Version 2
    • content script
    • count up badge number
    • background

Project Structure

  • src/typescript: TypeScript source files
  • src/assets: static files
  • dist: Chrome Extension directory
  • dist/js: Generated JavaScript files

Setup

npm install

Build

npm run build

Build in watch mode

terminal

npm run watch

Load extension to chrome

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.

Test

npx jest or npm run test

About

This is a Chrome-Extension for the MediaWiki Extension: Data Accounting. It is used to remotely interface and verify with Servers which integrate a verification protocol.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 92.8%
  • JavaScript 4.9%
  • HTML 2.3%