You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.
"description": "Oracle-VDR provides an optional addon to Aries Framework JavaScript to use the Oracle Blockchain Platform as the Verifiable Data Registry.",
"files": [
"build"
],
"main": "build/index",
"scripts": {
"start": "yarn run build && node ./build/index.js",
"build": "yarn run clean && yarn run compile",
"clean": "rm -rf ./build",
"compile": "tsc -p tsconfig.build.json",
"prepublishOnly": "yarn run build",
"test": "echo \"Error: no test specified\" && exit 1"