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:
Package verification is possible to verify only if the transaction has been pushed to the network.
Package-verification uses browserify to enable usage of node module in Javascript:
- Install Browserify
- Install
node
and runnpm install
- 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.