Orie Steele
Orie Steele
For example: ```js describe('v2', () => { const validate = ajv.compile( yaml.load(` title: Example Title description: Example Description type: object properties: '@context': type: array readOnly: true default: - https://www.w3.org/2018/credentials/v2 -...
Perhaps the answer should be a context per credential type.
@NTonani it has not.... thanks to the glossary project work, i think the community has rough consensus on the following sentences: - An agent has one or more wallets -...
@NTonani yes, I refactored the wallet structure to support plugins.... so you can compose a wallet as you would a salad empty bowl - empty wallet add lettuce - add...
@sudeshrshetty I agree with this approach, and I am actually working on a version of it already, as I try to sort out vp exchange api's at the wallet layer...
@msporny its not, its exposing vp-request spec as a set of wallet apis... that can be interacted with over http or chapi.
we had/have a wallet query operation which was/is more generic, but has not really been used for anything... this proposal is to make it directly compatible with the vp-request spec,...
If we want to generalize connections as being a relationship between 2 parties, where one is a holder (the wallet user). This would work for Aries, but also, OAuth, etc...
We need better examples of "connections" that are not aries related.
I intend to keep the "sample implementation" co-located until we have consensus to move it. Is this issue essentially a wrapper around #17 and #20 ? I am having some...