nqminds / nqm-api-tdx

nquiringminds Trusted Data Exchange command and query API interface for nodejs clients
https://nqminds.github.io/nqm-api-tdx/
6 stars 5 forks source link

nqm-api-tdx

nquiringminds Trusted Data Exchange command and query API interface for nodejs and browser clients

install

npm install @nqminds/nqm-api-tdx

test

mocha test

usage

nodejs

const TDXApi = require("@nqminds/nqm-api-tdx");

browser

import TDXApi from "@nqminds/nqm-api-tdx"

api

API reference.

build

npm run build

generate API reference

npm run generate-docs