- generate key pair
- sign data
- verify signed data
- fetch single resource
- publish data to workspace (we start with adding a resource to a concrete container)
- fetch identity and all related containers ( see o-data in o-app-karma - eager )
gulp key:new
gulp sign --path /path/to/file.jsonld --privPem /path/to/key.pem --pubKey https://bob.example/keys/1
gulp verify --path /path/to/file.jsonld
gulp fetch --uri https://alice.example/
gulp publish --path /path/o/file.jsonld --container https://bob.example/activities
- o-api-client
- gulp
- yargs
- rdf-ext
- jsonld
- n3
- jsonld-signatures
- forge