Skip to content

SDK V1 docs #327

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

Draft
wants to merge 25 commits into
base: master
Choose a base branch
from
Draft

SDK V1 docs #327

wants to merge 25 commits into from

Conversation

ChrisChinchilla
Copy link
Contributor

@ChrisChinchilla ChrisChinchilla commented Aug 20, 2024

ChrisChinchilla and others added 24 commits July 30, 2024 16:09
Signed-off-by: Chris Chinchilla <chris@kilt.io>
Signed-off-by: Chris Chinchilla <chris@kilt.io>
Signed-off-by: Chris Chinchilla <chris@kilt.io>
Signed-off-by: Chris Chinchilla <chris@kilt.io>
…related-docs-out-of-cookbook-section-and-one-level-up

Signed-off-by: Chris Chinchilla <chris@kilt.io>

# Conflicts:
#	concepts/05_credentials/02_ctypes.md
#	concepts/05_credentials/03_claiming.md
#	concepts/05_credentials/04_attestation.md
#	concepts/05_credentials/05_verification.md
Signed-off-by: Chris Chinchilla <chris@kilt.io>
Signed-off-by: Chris Chinchilla <chris@kilt.io>
Signed-off-by: Chris Chinchilla <chris@kilt.io>
Signed-off-by: Chris Chinchilla <chris@kilt.io>
Signed-off-by: Chris Chinchilla <chris@kilt.io>
…out-of-cookbook-section-and-one-level-up' into 3577-update-sdk-docs-tests-to-only-test-new-versions
Signed-off-by: Chris Chinchilla <chris@kilt.io>
Signed-off-by: Chris Chinchilla <chris@kilt.io>
Signed-off-by: Chris Chinchilla <chris@kilt.io>
…out-of-cookbook-section-and-one-level-up' into 3578-move-autogenerated-sdk-docs-to-amplify

Signed-off-by: Chris Chinchilla <chris@kilt.io>

# Conflicts:
#	concepts/05_credentials/02_ctypes.md
Signed-off-by: Chris Chinchilla <chris@kilt.io>
Signed-off-by: Chris Chinchilla <chris@kilt.io>
Signed-off-by: Chris Chinchilla <chris@kilt.io>
Signed-off-by: Chris Chinchilla <chris@kilt.io>
Signed-off-by: Chris Chinchilla <chris@kilt.io>
* Term changes

Signed-off-by: Chris Chinchilla <chris@kilt.io>

* Code paths

Signed-off-by: Chris Chinchilla <chris@kilt.io>

* Update concepts/05_credentials/01_overview.md

Co-authored-by: Raphael Flechtner <39338561+rflechtner@users.noreply.github.com>

* Update concepts/05_credentials/01_overview.md

Co-authored-by: Raphael Flechtner <39338561+rflechtner@users.noreply.github.com>

* Update concepts/05_credentials/01_overview.md

Co-authored-by: Raphael Flechtner <39338561+rflechtner@users.noreply.github.com>

* Update concepts/05_credentials/01_overview.md

Co-authored-by: Raphael Flechtner <39338561+rflechtner@users.noreply.github.com>

* Update concepts/05_credentials/01_overview.md

Co-authored-by: Raphael Flechtner <39338561+rflechtner@users.noreply.github.com>

* Update concepts/05_credentials/01_overview.md

Co-authored-by: Raphael Flechtner <39338561+rflechtner@users.noreply.github.com>

* Fix SVGs

Signed-off-by: Chris Chinchilla <chris@kilt.io>

---------

Signed-off-by: Chris Chinchilla <chris@kilt.io>
Co-authored-by: Raphael Flechtner <39338561+rflechtner@users.noreply.github.com>
* Draft

Signed-off-by: Chris Chinchilla <chris@kilt.io>

* Draft

Signed-off-by: Chris Chinchilla <chris@kilt.io>

* Draft

Signed-off-by: Chris Chinchilla <chris@kilt.io>

* Draft

Signed-off-by: Chris Chinchilla <chris@kilt.io>

* Update sdk/02_tutorial/01_welcome.md

Co-authored-by: Raphael Flechtner <39338561+rflechtner@users.noreply.github.com>

* Update sdk/02_tutorial/03_overview.md

* Update sdk/02_tutorial/06_holder/02_create_presentation.md

Co-authored-by: Raphael Flechtner <39338561+rflechtner@users.noreply.github.com>

* Update sdk/02_tutorial/07_verification.md

Co-authored-by: Raphael Flechtner <39338561+rflechtner@users.noreply.github.com>

* Update sdk/02_tutorial/05_issuer/index.md

Co-authored-by: Raphael Flechtner <39338561+rflechtner@users.noreply.github.com>

* Update sdk/02_tutorial/05_issuer/03_issue_credential.md

* Update sdk/02_tutorial/06_holder/02_create_presentation.md

Co-authored-by: Raphael Flechtner <39338561+rflechtner@users.noreply.github.com>

* Update sdk/02_tutorial/06_holder/02_create_presentation.md

Co-authored-by: Raphael Flechtner <39338561+rflechtner@users.noreply.github.com>

* Changes from review

Signed-off-by: Chris Chinchilla <chris@kilt.io>

* Changes from review

Signed-off-by: Chris Chinchilla <chris@kilt.io>

* Update sdk/02_tutorial/05_issuer/03_issue_credential.md

* Update sdk/02_tutorial/06_holder/02_create_presentation.md

Co-authored-by: Raphael Flechtner <39338561+rflechtner@users.noreply.github.com>

* Update sdk/02_tutorial/07_verification.md

Co-authored-by: Raphael Flechtner <39338561+rflechtner@users.noreply.github.com>

* Update sdk/02_tutorial/07_verification.md

---------

Signed-off-by: Chris Chinchilla <chris@kilt.io>
Co-authored-by: Raphael Flechtner <39338561+rflechtner@users.noreply.github.com>
@ChrisChinchilla
Copy link
Contributor Author

ChrisChinchilla commented Oct 31, 2024

@rflechtner Current status:

  • Some of the versioning doesn't work as the build is broken, so it's commented out for now
  • Most of the new tutorial is there, but code snippets need to be added
  • I started customising SnippetBlock to accept a function name. It sort of works, but then it keeps going, so some work on the top and tail is needed.
  • The verification step in the test code doesn't work
  • Some more tear down methods are probably needed

Signed-off-by: Chris Chinchilla <chris@kilt.io>
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.

1 participant