Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writing a new end to end steelthread use case #215

Merged
merged 3 commits into from
Oct 5, 2022

Conversation

nitro-neal
Copy link
Contributor

Left

image

// Annotated steel thread flow for calling out all signing, verification, and key management.
// This example is focused on the signing, exchange, and verification of objects.

// We assume there are two parties:
//	1 . Alice, using a wallet, applying for a credential
//	2. An issuer via the SSI Service, processing credential applications and issuing credentials

// Each party has a single DID. Alice and the SSI Service each have a single did:key DID.
// Alice stores her DID’s private key in her wallet.
// The SSI Service stores its private key in the service key store database.

Note:
Leaving a few 'TODOs' inline that will be implemented when we have signing and the real credential objects to submit

Copy link
Member

@decentralgabe decentralgabe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

excellent!

verifiableCredentials []credential.VerifiableCredential
}

func (t *Entity) GenerateWallet() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is a wallet in /example/wallet.go - is that usable here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost, but I wanted a slightly different flavor

@nitro-neal nitro-neal merged commit 4d71015 into main Oct 5, 2022
@nitro-neal nitro-neal deleted the writing-a-new-end-to-end-use_case-in-ssi-ose-134 branch October 5, 2022 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants