Skip to content

Commit

Permalink
docs: Notable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Sep 25, 2020
1 parent 8aab8b6 commit e8cbe6f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,41 @@
- [Storing verifiable data](docs/datastorage.md)
- [Extending agent functionality](docs/extending.md)

## Notable dependencies

#### Verifiable Credentials

- [did-jwt](https://github.com/decentralized-identity/did-jwt)
- [did-jwt-vc](https://github.com/decentralized-identity/did-jwt-vc#readme)

#### DID Resolution

- [did-resolver](https://github.com/decentralized-identity/did-resolver)
- [ethr-did-resolver](https://github.com/decentralized-identity/ethr-did-resolver)
- [web-did-resolver](https://github.com/decentralized-identity/web-did-resolver)

#### DID Management

- [ethr-did](https://github.com/uport-project/ethr-did)
- [ethjs-provider-signer](https://github.com/ethjs/ethjs-provider-signer)
- [ethjs-signer](https://github.com/ethjs/ethjs-signer)

#### Crypto

- [blakejs](https://github.com/dcposch/blakejs)
- [elliptic](https://github.com/indutny/elliptic)
- [libsodium](https://github.com/jedisct1/libsodium.js)

#### Database access

- [typeorm](https://github.com/typeorm/typeorm)

#### Development

- [typescript](https://www.typescriptlang.org/)
- [OpenAPI](https://www.openapis.org/)
- [GraphQL](https://graphql.org/)

## Local development

DAF monorepo uses [yarn](https://yarnpkg.com/) [workspaces](https://classic.yarnpkg.com/en/docs/workspaces/) and [lerna](https://lerna.js.org/)
Expand Down

0 comments on commit e8cbe6f

Please sign in to comment.