Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Solid E2EE client

The solid-e2ee-client module is an implementation of the client, as described by the extended protocol. It is important to note that this client only implements the extension and hence does not comply with the complete Solid protocol. Run npm i to install the dependencies.

How to build?

npm run build

How to test?

npm run test

How to benchmark?

npm run bench

Run npm run bench -- --help to get a description of all the supported command line options.