[{"@context":"https:\/\/schema.org\/","@type":"BlogPosting","@id":"https:\/\/extrimian.io\/extrimians-guide-to-ssi-for-developers\/#BlogPosting","mainEntityOfPage":"https:\/\/extrimian.io\/extrimians-guide-to-ssi-for-developers\/","headline":"Extrimian&#8217;s Guide to SSI for Developers","name":"Extrimian&#8217;s Guide to SSI for Developers","description":"Introduction to Technical Documentation If you&#8217;re a developer looking to dive into decentralized digital identity (SSI), Extrimian provides the resources you need. Our detailed guides and practical examples help you understand and use our tools effectively. Learn, Practice, and Develop with ID Connect Extrimian&#8217;s documentation covers essential topics that simplify your work with Self-sovereign Identity. [&hellip;]","datePublished":"2024-05-31","dateModified":"2024-07-19","author":{"@type":"Person","@id":"https:\/\/extrimian.io\/author\/julieta-cura\/#Person","name":"Julieta Cura","url":"https:\/\/extrimian.io\/author\/julieta-cura\/","identifier":2,"image":{"@type":"ImageObject","@id":"https:\/\/extrimian.io\/wp-content\/litespeed\/avatar\/ed18e4cfaf7da338dfbbe661bf3e56a6.jpg?ver=1776258780","url":"https:\/\/extrimian.io\/wp-content\/litespeed\/avatar\/ed18e4cfaf7da338dfbbe661bf3e56a6.jpg?ver=1776258780","height":96,"width":96}},"publisher":{"@type":"Organization","name":"Extrimian","logo":{"@type":"ImageObject","@id":"https:\/\/extrimian.io\/wp-content\/uploads\/2024\/05\/Extrimian_Logos_Share_Logo-Extrimian-One-Line-color.png","url":"https:\/\/extrimian.io\/wp-content\/uploads\/2024\/05\/Extrimian_Logos_Share_Logo-Extrimian-One-Line-color.png","width":2387,"height":584}},"image":{"@type":"ImageObject","@id":"https:\/\/extrimian.io\/wp-content\/uploads\/2024\/05\/Extrimian-Guide-to-Self-Sovereign-Identity-tecnology-for-Developers.png","url":"https:\/\/extrimian.io\/wp-content\/uploads\/2024\/05\/Extrimian-Guide-to-Self-Sovereign-Identity-tecnology-for-Developers.png","height":1375,"width":2750},"url":"https:\/\/extrimian.io\/extrimians-guide-to-ssi-for-developers\/","about":["Digital Identity","Verifiable Credentials"],"wordCount":325,"keywords":["Learn | Academy","Product Updates","Web3 Education"],"articleBody":"Introduction to Technical DocumentationIf you&#8217;re a developer looking to dive into decentralized digital identity (SSI), Extrimian provides the resources you need. Our detailed guides and practical examples help you understand and use our tools effectively.Learn, Practice, and Develop with ID ConnectExtrimian&#8217;s documentation covers essential topics that simplify your work with Self-sovereign Identity. Here\u2019s a quick rundown of what you can expect:1. Creating Decentralized Identifiers (DIDs)Discover how to create and manage DIDs, which let users establish their own secure and unique identifiers without relying on central authorities.2. Managing Verifiable Credentials (VCs)Our guides explain how to issue, store, and check verifiable credentials. This is crucial for organizations that need to issue trusted digital certificates and for users who need to prove their authenticity.3. Using Extrimian ID ConnectGet step-by-step instructions on integrating SSI functionalities into your applications with Extrimian ID Connect. This includes how to generate invitations, handle messages, and publish DIDs on the blockchain.\/\/ Ejemplo de publicaci\u00f3n de un DIDconst { Did } = require(\"@extrimian\/did-registry\");const didService = new Did();const createDidResponse = await didService.createDID({ \/\/ Configuraci\u00f3n del DID});console.log(JSON.stringify(createDidResponse.longDid));Check out our video tutorials on Extrimian Academy and use our detailed documentation for each feature.4. Key ManagementLearn to securely generate and store cryptographic keys with Extrimian&#8217;s Key Management Service (KMS).5. Interactions Between IdentitiesExplore how to set up secure communications between identities using decentralized nodes and the WACI-DIDComm protocol.6. Setting Up Your Development EnvironmentHere&#8217;s how you can quickly start working with Extrimian\u2019s tools:mkdir quarkid-appcd quarkid-appnpm initnpm install @extrimian\/did-registry @extrimian\/did-core @extrimian\/kms-client @extrimian\/kms-coreGetting StartedExtrimian\u2019s resources are designed to make it easy for developers to adopt and implement decentralized digital identity solutions. Explore our materials and start building with SSI today!Learn MoreFor a deeper dive into decentralized identity and its applications, visit our SSI Use Cases page."},{"@context":"https:\/\/schema.org\/","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Extrimian&#8217;s Guide to SSI for Developers","item":"https:\/\/extrimian.io\/extrimians-guide-to-ssi-for-developers\/#breadcrumbitem"}]}]