Creating resources with Linkded Data Signatures on Solid.
We have a live demo with an in-app tutorial available here!
The app needs to be served in an HTTPS context (or from localhost). Otherwise, crypto.subtle is not accessible (which is by design).
The current parser of N3.js does not like RDF lists of RDF-star triples (see here).
docker build -t solid-web-ldsig:latest .
docker run -d -p 8080:80 --name SOLID-WEB-LDSIG solid-web-ldsig:latest
npm install
npm run serve