Skip to content

JaneSoo/package-verification

Repository files navigation

package-verification Package Verification logo

Package-verification is a chrome extension built to verify the transaction on Ethereum Rinkeby test network. The extension works when landing on a CKAN api package list site with the following format: /^(http|https):\/\/[^ "]+\/api\/3\/action\/package_list/. For example:

  1. https://data.gov.sk/api/3/action/package_list
  2. https://opendata.praha.eu/api/3/action/package_list

Package verification is possible to verify only if the transaction has been pushed to the network.

Prerequisite

Package-verification uses browserify to enable usage of node module in Javascript:

  • Install Browserify
  • Install node and run npm install

To spin up the extention

  • Upload the project folder to chrome://extensions/ (you might want to enable developer mode)
  • From there select load unpacked
  • Then, it will be possible to see the logo of the extension and pin for further use

Note

This chrome extension fetches API from another web app.

It is neccessary to keep the web app running in order to perform verification.

Fetching package might be a bit slow for the first time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published