Skip to content

xbotninja/daf

 
 

Repository files navigation

DID Agent Framework

Architecture

architecture

Getting started

DAF monorepo uses yarn workspaces & lerna

Install root package dependencies

yarn install

Install all packages dependencies

yarn bootstrap

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 --create --send

Receive new messages

npx daf listen

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.8%
  • JavaScript 0.2%