web5-js
web5-js copied to clipboard
Monorepo for the Web5 JS TypeScript implementation
Nailing down first pass flows with Sanjay. Two flows are likely: 1. IDA-centric flow with QR support as planned. 2. Possible use of Mainline DHT for a singular initiation point...
Andor has an initial spec and PR, should have something to kick the tires on by 9/25/2023 https://github.com/TBD54566975/dwn-sdk-js/pull/508
We are building a React Native app for tickets, where the user will need to scan a QR Code (which is the ticket info, like event name, invitee name, etc)...
Currently, consuming `select_credentials.json` test vectors in this repo results in failure for the test vectors with these descriptions: 1. `select credentials for presentation, multiple input descriptors, not all of them...
From @AlexHsieh in [this comment](https://github.com/TBD54566975/web5-swift/pull/55#issuecomment-2079413931): > Also at reading web5-js, found out that this line > > [`contentMetadata : didResolutionMetadata`](https://github.com/TBD54566975/web5-js/blob/277a201ff2c6dca1433a34d9cd0ffff7c511fcca/packages/dids/src/resolver/universal-resolver.ts#L228) > > should be > > `contentMetadata : didDocumentMetadata` >...
Upgrade pex to 3.3.3. Needs to be updated, a lot has changed. Will take this opportunity to polish our API https://www.npmjs.com/package/@sphereon/pex https://www.npmjs.com/package/@sphereon/pex-models
This PR makes use of a mocked `Web5Connect` flow to process/store, select and use the grants when necessary. I'm treating this as a first-pass, there will come more refactoring which...