dwn-sdk-js
dwn-sdk-js copied to clipboard
Decentralized Web Node (DWN)
Made changes required to enable this SDK to be imported to spin up a nodejs DWN. Outlining journey that was taken in this PR: 1. Downstream TS nodejs project is...
Currently the message store does not have the ability to delete data referenced by the CollectionsWrite messages. The implementation needs to take into account that: 1. Records within the same...
The GA version of the resolver (ION) is https://discover.did.msidentity.com/1.0/identifiers/did:ion:EiClkZMDxPKqC9c-umQfTkR8vvZ9JPhl_xLDI9Nfk38w5w Sample did is the first record on ION from Henry :)
adding extra 'cd' instruction before install
Add docs to dwn.ts `processMessage(rawMessage: object, ctx: Context) ` https://github.com/TBD54566975/dwn-sdk-js/blob/fcea84929e12dd3e3ef0e8866b0e592a025786fa/src/dwn.ts#L82-L88
Add docs to `DIDResolver` class https://github.com/TBD54566975/dwn-sdk-js/blob/fcea84929e12dd3e3ef0e8866b0e592a025786fa/src/did/did-resolver.ts#L3-L8
Add JSDoc to validator.ts `validate(schemaName: string, payload: any)` https://github.com/TBD54566975/dwn-sdk-js/blob/fcea84929e12dd3e3ef0e8866b0e592a025786fa/src/validation/validator.ts#L13-L20