-
Notifications
You must be signed in to change notification settings - Fork 20
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
Rework workshop to use new SDK methods #306
Rework workshop to use new SDK methods #306
Conversation
Signed-off-by: Chris Chinchilla <[email protected]>
@rflechtner and @Ad96el A lot is still needed here from a reorganising perspective (it removes so much, which I will put elsewhere), but initially, are the |
code_examples/sdk_examples/src/workshop/attester/generateDid.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Chris Chinchilla <[email protected]>
Signed-off-by: Chris Chinchilla <[email protected]>
Signed-off-by: Chris Chinchilla <[email protected]>
Signed-off-by: Chris Chinchilla <[email protected]>
8f1bbf3
to
baa5060
Compare
baa5060
to
838ddae
Compare
Signed-off-by: Chris Chinchilla <[email protected]>
Signed-off-by: Chris Chinchilla <[email protected]>
Signed-off-by: Chris Chinchilla <[email protected]>
838ddae
to
2e030ec
Compare
Signed-off-by: Chris Chinchilla <[email protected]>
@rflechtner Ready for a re-review, the link checker is failing on an external link again that we can't control much… |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks solid, I just think that where we now have only one mnemonic instead of two (because attester account and attester did are the same) we should consolidate both env variables
code_examples/sdk_examples/src/workshop/attester/generateDid.ts
Outdated
Show resolved
Hide resolved
code_examples/sdk_examples/src/workshop/attester/generateDid.ts
Outdated
Show resolved
Hide resolved
code_examples/sdk_examples/src/workshop/attester/generateDid.ts
Outdated
Show resolved
Hide resolved
code_examples/sdk_examples/src/workshop/attester/generateDid.ts
Outdated
Show resolved
Hide resolved
code_examples/sdk_examples/src/workshop/attester/attestCredential.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Chris Chinchilla <[email protected]>
…on' of github.com:KILTprotocol/docs into 3130-add-the-new-dispatchas-function-in-the-documentation
Signed-off-by: Chris Chinchilla <[email protected]>
Signed-off-by: Chris Chinchilla <[email protected]>
This pull request is automatically being deployed by Amplify Hosting (learn more). |
38b4363
to
04f4fac
Compare
Signed-off-by: Chris Chinchilla <[email protected]>
de54383
to
2112d9d
Compare
Signed-off-by: Chris Chinchilla <[email protected]>
…on' of github.com:KILTprotocol/docs into 3130-add-the-new-dispatchas-function-in-the-documentation
7623591
to
19b4706
Compare
Signed-off-by: Chris Chinchilla <[email protected]>
19b4706
to
c9454a2
Compare
Signed-off-by: Chris Chinchilla <[email protected]>
@rflechtner Ready for a final review, I can already see a lot of next steps tweaks… |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me! I think we should align the Keypair typing with other such typings throughout the docs (which use the union of all key pair types that can be used on a DID document as of now). But no major complaints here!
code_examples/sdk_examples/src/dapp/dapp/04_attest_credential.ts
Outdated
Show resolved
Hide resolved
code_examples/sdk_examples/src/workshop/attester/generateDid.ts
Outdated
Show resolved
Hide resolved
code_examples/sdk_examples/src/workshop/attester/generateDid.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Raphael Flechtner <[email protected]>
Signed-off-by: Chris Chinchilla <[email protected]>
@rflechtner Some good catches, all resolved |
…on' of github.com:KILTprotocol/docs into 3130-add-the-new-dispatchas-function-in-the-documentation Signed-off-by: Chris Chinchilla <[email protected]>
6ef16a9
to
727dedc
Compare
Signed-off-by: Chris Chinchilla <[email protected]>
727dedc
to
d5e9dfd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably tidy up dead code before we merge, but if you want to do it afterwards I'm also happy
code_examples/sdk_examples/src/dapp/dapp/04_attest_credential.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Raphael Flechtner <[email protected]>
Signed-off-by: Chris Chinchilla <[email protected]>
…on' of github.com:KILTprotocol/docs into 3130-add-the-new-dispatchas-function-in-the-documentation
fixes KILTProtocol/ticket#3130
Changes workshop to use simpler
createFromAccount
method for DID creation.