Skip to content

Latest commit

 

History

History
85 lines (55 loc) · 1.23 KB

README.md

File metadata and controls

85 lines (55 loc) · 1.23 KB

uport-project codecov

DID Agent Framework

Documentation

Architecture

architecture

ORM Data model

orm

Local development

DAF monorepo uses yarn workspaces & lerna

Install root package dependencies

yarn install

Install all packages dependencies

yarn bootstrap

Build

yarn build

Run the tests

yarn test
yarn test:watch

DAF cli tool

Use the local development version

yarn daf <command> <options>

Use the released version daf-cli

Create identity

npx daf identity-manager --create

Create and send Verifiable Credential

npx daf credential --qrcode --send

Start GraphQL server

npx daf graphql --port 8899

More

npx daf --help