@dorgtech/id-dao-client

v1.0.7
## Identity Definition Form An Identity is defined by a metadata JSON object that's stored in IPFS. The IdentityDefinition & IdentityDefinitionForm classes aim to make it easier to create and validate this metadata JSON object. Below is an example of (1)

build

npx tsc

test

npm run build && env-cmd mocha -r ts-node/register ./test/*.test.ts --timeout 5000 --exit

test:env

env-cmd npm explore @dorgtech/id-dao-contracts -- npm run dev:env

test:teardown

env-cmd npm explore @dorgtech/id-dao-contracts -- npm run env:down

ci

npm run test:env && npm run test && npm run test:teardown

release

npm run build && npm publish
npm i @dorgtech/[email protected]

Metadata

  • MIT
  • Whatever
  • dOrg
  • released 10/2/2019

Downloads