Trust, Verified.
VeriCerts Zero is the next-generation decentralized identity platform. The easiest and most secure way for developers and organizations to issue and manage Verifiable Credentials.
const vc = await vericerts.issue({
type: 'EmployeeCredential',
holder: 'did:example:123...',
claims: {
name: 'Taro Yamada',
department: 'Engineering'
}
});Everything you need in one platform
From issuing to managing and verifying DIDs/VCs, VeriCerts Zero provides all the tools you need.
Quick Start
Issue your first VC in just 5 minutes. Learn how to create an account, get API keys, and start issuing.
API Reference
Complete OpenAPI specification for the DID/VC Engine. Explore endpoints, request/response formats.
Guides & Tutorials
Learn practical use cases including VC issuance flows, organization management, and template design.
Auth & Security
Robust security model based on OIDC/OAuth2 with fine-grained access control.
VC Templates
Flexible JSON-LD schema design. Support for employee IDs, membership cards, certificates, and more.
Organization
Manage team members, roles, and approval workflows for your organization.