Joel Thorstensson
Joel Thorstensson
This PR introduces the `@didtools/varsig` package which implements the [Varsig specification](https://github.com/ChainAgnostic/varsig) (or at least a version of it, updates to the spec is likely needed). The implementation follows the following...
If I already know the DID it's annoying to have to create an AccountId.
https://github.com/ChainAgnostic/CAIPs/blob/master/CAIPs/caip-5.md
https://github.com/ChainAgnostic/CAIPs/blob/master/CAIPs/caip-23.md
https://github.com/ChainAgnostic/CAIPs/blob/master/CAIPs/caip-13.md
Currently the id, specifically what comes after `#`, is the entire encoded public key. Is this really needed? Can they be made shorter by just using the first few characters...
Was wondering about the solana example: https://github.com/spruceid/ssi/blob/main/did-pkh/tests/did-sol.jsonld#L10 Why does it have both `Ed25519VerificationKey2018` and `SolanaMethod2021`? Both of them seem to use the same `publicKeyJwk`. Is there a reason for the...
**Describe the bug** There's an issue in the install step for Macos. **To Reproduce** Steps to reproduce the behavior: 1. Copy and run the following code in your terminal: ```...
Seems like this test is passing. I wonder which version of the DIDs library the Ceramic node throwing the error is using?