Skip to content

CholoTook/daf

 
 

Repository files navigation

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

About

DID Agent Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.9%
  • JavaScript 0.1%