js-did
js-did copied to clipboard
A simple interface to interact with DIDs that conform to the DID-provider interface.
Opened as ongoing DRAFT: Currently just includes the proposed API for first iteration (to be implemented soon).
Hey there, so I've been working on Lit Protocol during this hackathon and made it work with PKP! This will be a great shared account feature for the ecosystem! https://github.com/DustilDawn/orbis-sdk/blob/de27fe2a4d2a312c4211c90bfda87c423fe2c174/index.js#L6...
https://github.com/ceramicnetwork/js-did/pull/133#pullrequestreview-1240159313
But for the record I am letting you know. npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '[email protected]', npm WARN EBADENGINE required: { node: '>=14.06' }, npm WARN...
# Description In `@didtools/pkh-ethereum`, there is a [`safeSend` function defined in the `utils` file](https://github.com/ceramicnetwork/js-did/blob/main/packages/pkh-ethereum/src/utils.ts#L5-L39) which handles performing a call to an RPC endpoint for the Ethereum blockchain. This method uses...
Should fix the current CI failures
Updates the website to Docusaurus v3 so the setup is aligned with what we have for the `docs-docusaurus` and `js-composedb` repos. This also updates the TypeDoc dependency used to generate...
I use did-session to generate session id in my project and My ceramic is running on the nodejs(nestJS) I want to change authMeth domain name to my proxy but I...