web5-js icon indicating copy to clipboard operation
web5-js copied to clipboard

Monorepo for the Web5 JS TypeScript implementation

Results 89 web5-js issues
Sort by recently updated
recently updated
newest added

## Design Guidelines - Support for creation (VCDM 2.0). - Support for signing as `vc-jwt` (VCDM 2.0). - Support for verification (VCDM 2.0). - Support for Validation of (VCDM 2.0)....

w3c-vc-dm-2.0
package: credentials

I have an array of 2 credentials, one that matches the presentation definition and one that does not. When I call `PresentationExchange.selectCredentials()`, it returns both credentials. Code to Recreate ```js...

bug
package: credentials

When I try to send a vc from author to the reciepient through the protocol that both of them have installed. I face this error. code: 401 detail: "ProtocolAuthorizationActionNotAllowed: inbound...

## Context The `@web5/crypto` package currently contains type definitions and utility functions for a subset of [JSON Object Signing and Encryption (JOSE)](https://www.iana.org/assignments/jose/jose.xhtml) standards. JSON Web Key (JWK) is the base...

enhancement
package: crypto

## Reason for PR Watch mode is a convenient way to have live reload for testing but is currently missing from the existing test solutions in the project ## Implementation...

testing

there is problem in intergation web5 api with react native code: ![image](https://github.com/TBD54566975/web5-js/assets/118300201/9b28a2fe-2a06-4966-8fdd-f04f5e785826) error: error: Error: While trying to resolve module `multiformats` from file `/home/eagle/Documents/web5_music_app/music_app/node_modules/@web5/common/dist/esm/multicodec.js`, the package `/home/eagle/Documents/web5_music_app/music_app/node_modules/@web5/common/node_modules/multiformats/package.json` was successfully found....

Publish the tests reports to a tool such as BuilKite Test Analytics and CodeCov.

cicd

This PR adds the web5.vc.create api. This currently uses the agents connected did's key to generate a VC to the subject specified, and returns a signed vcJwt. In the future...

It would make sense in web5 api to have a subscribe api to "listen" for changes that match a filter for (example) your own DID (eg if you are building...

enhancement

- Start Date: 2023-11-07 - RFC PR: # Summary Encourage open source contributions and move toward community standard tooling by adopting Prettier as a formatter. Remove ad-hoc formatting rules from...