Skip to content

Commit

Permalink
feat: Updating docs
Browse files Browse the repository at this point in the history
BREAKING CHANGE:  Introducing TypeORM - support for more databases
Deprecating some packages.
  • Loading branch information
simonas-notcat committed Mar 13, 2020
1 parent 2b80d09 commit 86ba15c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![uport-project](https://circleci.com/gh/uport-project/daf.svg?style=svg)](https://circleci.com/gh/uport-project/daf/tree/master)
daf-react-native-async-storage[![uport-project](https://circleci.com/gh/uport-project/daf.svg?style=svg)](https://circleci.com/gh/uport-project/daf/tree/master)
[![codecov](https://codecov.io/gh/uport-project/daf/branch/master/graph/badge.svg)](https://codecov.io/gh/uport-project/daf)

# DID Agent Framework
Expand Down Expand Up @@ -38,12 +38,10 @@ Legend: 🟒 - Stable, 🟑 - Work in progress, πŸ”΄ - Experimental
| | 🟑 [`key-management-system`](packages/daf-libsodium/src/key-management-system.ts) | Creates keys using [libsodium-wrappers](https://github.com/jedisct1/libsodium.js) and [elliptic](https://github.com/indutny/elliptic). Requires [`keyStore`](packages/daf-core/src/identity/abstract-key-store.ts) |
| [`daf-local-storage`](packages/daf-local-storage) | 🟒 [`identity-store`](packages/daf-local-storage/src/identity-store.ts) | Stores serialized identity data in browser's `localStorage` |
| | 🟒 [`key-store`](packages/daf-local-storage/src/key-store.ts) | Stores serialized keys in browser's `localStorage` |
| [`daf-node-sqlite3`](packages/daf-node-sqlite3) | 🟒 [`NodeSqlite3`](packages/daf-node-sqlite3/src/index.ts) | Nodejs sqlite3 DB Driver for `daf-data-store` |
| [`daf-react-native-async-storage`](packages/daf-react-native-async-storage) | 🟒 [`identity-store`](packages/daf-react-native-async-storage/src/identity-store.ts) | Stores serialized identity data using [@react-native-community/async-storage](https://github.com/react-native-community/async-storage) |
| | 🟒 [`key-store`](packages/daf-react-native-async-storage/src/key-store.ts) | Stores serialized keys using [@react-native-community/async-storage](https://github.com/react-native-community/async-storage) |
| [`daf-react-native-libsodium`](packages/daf-react-native-libsodium) | πŸ”΄ [`didcomm`](packages/daf-react-native-libsodium/src/didcomm.ts) | Placeholder for message encryption logic |
| | 🟑 [`key-management-system`](packages/daf-react-native-libsodium/src/key-management-system.ts) | Creates keys using [react-native-sodium ](https://github.com/lyubo/react-native-sodium) and [elliptic](https://github.com/indutny/elliptic). Requires [`keyStore`](packages/daf-core/src/identity/abstract-key-store.ts) |
| [`daf-node-sqlite3`](packages/daf-react-native-sqlite3) | 🟒 [`RnSqlite3`](packages/daf-react-native-sqlite3/src/index.ts) | React Native sqlite3 DB Driver for `daf-data-store`. Uses [react-native-sqlite-storage](https://github.com/andpor/react-native-sqlite-storage) |
| [`daf-resolver`](packages/daf-resolver) | 🟒 [`DafResolver`](packages/daf-resolver/src/resolver.ts) | Preconfigured DID Document resolver. Uses [ethr-did-resolver](https://github.com/decentralized-identity/ethr-did-resolver), [nacl-did](https://github.com/uport-project/nacl-did), [web-did-resolver](https://github.com/decentralized-identity/web-did-resolver) |
| [`daf-resolver-universal`](packages/daf-resolver-universal) | 🟒 [`DafUniversalResolver`](packages/daf-resolver-universal/src/resolver.ts) | DID Document resolver that uses hosted services such as [uniresolver.io](https://uniresolver.io) |
| [`daf-selective-disclosure`](packages/daf-selective-disclosure) | 🟑 [`action-handler`](packages/daf-selective-disclosure/src/action-handler.ts) | Handles `action.sign.sdr`. Signs Selective Disclosure Request. Returns JWT |
Expand Down

0 comments on commit 86ba15c

Please sign in to comment.