Part 5 — Going Deeper
Part 4 showed what a complete SSI system looks like from the outside. Part 5 is for developers who want to build one themselves.
These chapters are more technical and assume you are comfortable with backend development, public key cryptography concepts, and REST APIs. Each chapter focuses on one implementation concern: signing credentials, building an issuer, building a verifier, and managing keys.
The pseudocode examples are language-agnostic. The real implementations these chapters are drawn from use Java (Spring Boot) and can be found in the CredGuard repository.
Coming soon.