VESS
  • VESS.id
  • Basics
    • Background
    • Why VESS?
    • VOXEL
    • How does it work
    • Roadmap
    • Terminology
  • Tutorials
    • Create your first VOXEL
    • Share your VOXELs
    • Search Other One's VOXELs
    • Dework Integration
  • Use Cases
    • for Personal
    • for DAO Managers
    • for Job Marketplace
  • VESS SDK
    • Overview
    • API Documentation
      • V2
        • Auth
          • connect()
          • Disconnect()
        • Get
          • getOrganization()
          • getAllVCsByHolder(did:string)
        • Create
          • issueEventCredEIP712()
          • issueMembershipCredEIP712()
          • issueCertificationCredEIP712()
          • createVSCredential()
      • V1
        • Get
          • getTaskCredential()
          • getHeldTaskCredentials()
          • getOrganization()
          • getCreatedOrganization()
          • getMembership()
          • getCreatedMemberships()
          • getVerifiableMembershipSubjectCredential()
          • getHeldMembershipSubjects()
          • getIssuedMembershipSubjects()
          • getHeldSelfClaimedMembershipSubjects()
          • getEvent()
          • getIssuedEvents()
          • getEventAttendance()
          • getIssuedEventAttendanceVerifiableCredentials()
          • getHeldEventAttendanceVerifiableCredentials()
          • getSocialLinks()
          • getHighlightedCredentials()
        • Create
          • createTask()
          • storeSocialLinks()
          • storeSelfClaimedMembership()
          • createOrganization()
          • createMembership()
          • createEvent()
          • issueMembershipSubject()
          • issueEventAttendanceCredential()
        • Update
          • updateTask()
          • updateOrganization()
          • updateEvent()
  • Advanced
    • Tech Architecture
    • Work Credential Data-Model
    • Visualization Protocol v0.1
Powered by GitBook
On this page
  • Self-Sovereign Work Credentials
  • Visualized Identity
  • Composability
  1. Basics

Why VESS?

PreviousBackgroundNextVOXEL

Last updated 2 years ago

Self-Sovereign Work Credentials

VESS uses the Ceramic Network to create the self-sovereign work history by storing it, previously siloed and closed within services and platforms, in the decentralized storage tied to an individual's DID. It then works as composable data that can be shared and referenced on any platform.

Visualized Identity

One of the unique points of VESS is that identities are visualized. By visualizing, you can intuitively understand what kind of person other ones are. Also, by visualizing information that is part of yourself, you can observe yourself objectively, and you may notice things about yourself that you were not aware of, or find the person you should be aiming for.

Composability

In the future, functions such as VOXEL generation, reference, and sharing will be easily composable to external services and platforms via SDK/API provided by VESS.

Work Credential Data-Model
VOXEL