Andor Kesselman

Results 62 issues of Andor Kesselman

a sample demo with a full authorization flow. This is moved from https://github.com/TBD54566975/ssi-sdk/pull/123. In this, 3 actors are presented: 1. A university 2. A student 3. An employer The situation...

build a cli tool to support various operations and. verifications. Inspiration for the interface be seen with Mattr's implementation here: https://www.youtube.com/watch?v=AVnCVzW0rkI 8:14 on. Example calls: `ssi_cli create did create key...

enhancement
help wanted

Issue to move all the examples into a single package so we can reference functions across builds.

documentation

https://identity.foundation/keri/did_methods/#:~:text=A%20close%20analogy%20is%20did,wise%20and%20n%2Dwise%20purposes.

enhancement
help wanted
dids

https://identity.foundation/peer-did-method-spec/#crdts

enhancement
dids

Simple Question: @decentralgabe what's the release cycle of this repo? Includes: 1. Release schema 2. Release documentation 3. Release frequency

documentation

**Is your feature request related to a problem? Please describe.** Some more documentation on header of the file such as key signing would be helpful to improve clarity for the...

documentation

CLI Tool Documentation and Scoping. Related to https://github.com/TBD54566975/ssi-sdk/issues/150 and https://github.com/TBD54566975/ssi-sdk/issues/150

added a cli tool for creating did keys. Supported in this PR is just two simple functions. Getting the key types with: ``` go run cli.go get key types [Ed25519...

Was running into issues around installing via cabal. ``` exe:simplex-bot-advanced from simplex-chat-5.4.0.7, exe:simplex-bot from simplex-chat-5.4.0.7 and others). The exception was: Invalid file name in tar archive: "simplex-chat-5.4.0.7/apps/simplex-broadcast-bot/src/../" ``` Bad pathing...