Skip to content

Commit

Permalink
docs: API Reference
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Feb 28, 2020
1 parent 55b3e15 commit f8051c5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# DID Agent Framework

## Documentation

- [Data flow diagrams](docs/DataFlows.md)
- [Message Validator chain](docs/MessageValidator.md)
- [API Reference](docs/api/index.md)

## Architecture

![architecture](docs/assets/architecture.png)
Expand Down Expand Up @@ -46,11 +52,6 @@ Legend: 🟢 - Stable, 🟡 - Work in progress, 🔴 - Experimental
| | 🟢 [`graphql`](packages/daf-w3c/src/graphql.ts) | GraphQL resolver for `actionSignVc` and `actionSignVp` |
| | 🟢 [`message-validator`](packages/daf-w3c/src/message-validator.ts) | Checks is a message is a valid W3C VerifiableCredential or W3C VerifiablePresentation |

## Documentation

- [Data flow diagrams](docs/DataFlows.md)
- [Message Validator chain](docs/MessageValidator.md)

## Getting started

DAF monorepo uses yarn workspaces & lerna
Expand Down

0 comments on commit f8051c5

Please sign in to comment.