README ¶ GSSI Self-sovereign identity (SSI) implementation using GRPC Installation go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest go install google.golang.org/protobuf/cmd/protoc-gen-go@latest go get github.com/cloudflare/cfssl/cmd/cfssl go get github.com/cloudflare/cfssl/cmd/cfssljson Resources https://www.w3.org/TR/did-core/ https://www.w3.org/community/credentials https://www.blockcerts.org/ https://www.w3.org/TR/vc-data-model/ https://www.w3.org/TR/json-ld/ https://www.w3.org/TR/did-spec-registries/ https://www.w3.org/community/credentials https://w3c-ccg.github.io/universal-wallet-interop-spec/#interface https://w3c.github.io/did-core/ https://datatracker.ietf.org/doc/html/draft-looker-jwm-01 https://identity.foundation/didcomm-messaging/spec/#invitation https://github.com/w3c-ccg/vc-api/ https://w3c-ccg.github.io/vc-api/ https://identity.foundation/hub-sdk-js/ https://identity.foundation/presentation-exchange/ https://identity.foundation/working-groups/secure-data-storage.html https://identity.foundation/peer-did-method-spec/ https://identity.foundation/working-groups/did-comm.html https://identity.foundation/sidetree/spec/ https://identity.foundation/specs/did-configuration/ https://identity.foundation/did-siop/ https://identity.foundation/presentation-exchange/ https://decentralized-id.com/organizations/identity-foundation/keri/ https://w3c-ccg.github.io/universal-wallet-interop-spec/ https://w3c-ccg.github.io/vp-request-spec/ https://identity.foundation/presentation-exchange/ https://identity.foundation/waci-presentation-exchange/ https://www.w3.org/TR/vc-data-model/ https://w3c.github.io/json-ld-syntax/ JSON-based Serialization for Linked Data. https://w3c-ccg.github.io/ld-proofs/ https://w3c.github.io/did-core/ https://w3c-ccg.github.io/webkms/ cryptographic key management systems for the wallet. https://w3c-ccg.github.io/did-resolution/ https://identity.foundation/didcomm-messaging/spec/ https://identity.foundation/credential-manifest/ https://github.com/hyperledger/aries https://github.com/hyperledger/aries-framework-go https://github.com/decentralized-identity https://github.com/WebOfTrustInfo/rwot1-sf/blob/master/final-documents/dpki.pdf https://github.com/hyperledger/aries-rfcs/blob/main/concepts/0051-dkms/dkms-v4.md https://github.com/WebOfTrustInfo/rwot8-barcelona/blob/master/topics-and-advance-readings/verifiable-credentials-primer.md https://github.com/microsoft/Decentralized-Identity-and-Verifiable-Credentials https://github.com/Decentralized-ID https://github.com/decentralized-identity/waci-didcomm https://gist.github.com/creatornader/c8a20c534d3cf8f65a9b34ce2ad81725 https://www.hyperledger.org/use/aries https://didcomm.org/ https://www.uport.me/ https://sovrin.org/ https://veres.one/ https://keri.one/ https://github.com/go-jose/go-jose An implementation of JOSE standards (JWE, JWS, JWT) in Go Expand ▾ Collapse ▴ Directories ¶ Show internal Expand all Path Synopsis api common/types crypto/services crypto/types did/doc/services did/doc/types did/introduce/services did/introduce/types did/issuecredential/services did/issuecredential/types did/jwk/types did/mediator/services did/mediator/types did/msg/services did/msg/types did/presentproof/services did/presentproof/types did/services did/transport/types kms/services ld/services ld/types spi/services spi/types vc/services vc/types vdr/services vdr/types wallet/services wallet/types cmd commands internal auth config repository server version Click to show internal directories. Click to hide internal directories.