Skip to content

Commit

Permalink
add webcrypto notes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed May 2, 2024
1 parent 1d8049e commit f7a5ccf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Encointer JavaScript API monorepo

# Installation

## Crypto library
The worker uses the webcrypto api if it is run in the browser. This library is only
defined if you access the webpage with `localhost` in firefox. It is not available
on `127.0.0.1` or `0.0.0.0` due to browser security policies.


```bash
yarn add @encointer/node-api @encointer/worker-api
```
Expand Down

0 comments on commit f7a5ccf

Please sign in to comment.