CeramicIntegration
CeramicIntegration copied to clipboard
This module allows you to integrate Ceramic with Lit.
Typescript migration ---- Based on the migration of Lit SDK to TS https://github.com/LIT-Protocol/lit-js-sdk/pull/19 Fixed to fully use typescript on that. Notes ------ - i'm using Yalc for test locally and...
Looks like someone forgot to move them out. NP.
Reading a stream in Ceramic [does not need authentication](https://developers.ceramic.network/build/javascript/queries/#query-a-stream). However, in the "readAndDecrypt" function, [authentication to Ceramic is always performed](https://github.com/LIT-Protocol/CeramicIntegration/blob/main/src/integration.ts#L84). So, even if users just want to read data, they...
In `encryptAndWrite` function, errors during the encrypting & writing process are all caught, and returned as string. https://github.com/LIT-Protocol/CeramicIntegration/blob/main/src/integration.ts#L71 However, this behavior is confusing because the [document](https://developer.litprotocol.com/ToolsAndExamples/Ceramic/encryption) says that the return...
Currently, the integration works if you're trying to encrypt a strong and store it on ceramic and gate it using Lit. Could we add the relevant functions that also encrypt...