Overview
WIP
VESS KIT SDK is a typescript library that makes it easy to work with DID/VC on VESS.
VESS content is stored in Ceramic Network, a decentralized data network, and VESS's private. cloud server. This means that data shared by users is open and available to the public.
Install
Frontend
pnpm add vess-kit-core vess-kit-web Backend
pnpm add vess-kit-core vess-kit-node Getting started
Initialize
Frontend
import { getVESSKit } from 'vess-kit-web'
const vessKit = getVESSKit()Backend
Connect ComposeDB/Ceramic
Frontend
Backend
Next steps:
For more infomation, please check below.
API DocumentationPlease visit here for an example of VESS-KIT usage.
VESS: https://app.vess.id/
Last updated