@nqminds/nqm-api-tdx

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

Usage no npm install needed!

<script type="module">
  import nqmindsNqmApiTdx from 'https://cdn.skypack.dev/@nqminds/nqm-api-tdx';
</script>

README

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