Build on ZivanaBuild anything.
Build anything.
Own everything.
The five primitives are generic at the protocol level. Applications choose which ones to use. Trust profiles built on any Zivana application travel with the holder forever.
Three languages. Five namespaces.
TypeScriptnpm
npm install @zivana-dev/sdk-tsJavaScriptnpm
npm install @zivana-dev/sdk-jsPythonnpm
pip install zivana-sdkimport { ZVN } from '@zivana-dev/sdk-ts'
const client = new ZVN.Client({ network: 'preprod' })
// Issue a participant credential
const credential = await client.Identity.issue({
did: participant_did,
role: 'Economic Actor',
jurisdiction: 'NG',
})
// Generate proof of trust threshold
const proof = await client.Trust.proveThreshold({
did: participant_did,
requiredScore: 600,
})
// Create a covenant
const covenant = await client.Covenant.create({
schema: 'profit-share-v1',
participants: [actor_did, funder_did],
terms: covenant_terms,
})github.com/zivana-labs
zivana-corePhase 0
Aiken smart contracts — distribution, treasury, staking, $ZVN minting policyzivana-midnightPhase 0
Compact contracts — covenant state machine, ZK proofs, selective disclosurezivana-identityPhase 0
Hyperledger Identus integration — DID schemas, credential templates, KYC flowszivana-oraclePhase 1
Revenue attestation oracle — COOP implementation, marketplace API connectorszivana-sdkPhase 2
TypeScript, JavaScript, and Python SDK — five ZVN namespaces for builderszivana-intelligencePhase 1
Market Intelligence Primitive — AI benchmarking, anomaly detection, multilingualzivana-governancePhase 2
On-chain governance contracts and Schema Registryzivana-tokenPhase 1
$ZVN minting policy, vesting contract, Community Access Fundzivana-docsPhase 2
Full protocol documentation — architecture reference, SDK guides, tutorialsFounding Contributor Programme
Market traders, business owners, and community members who contribute price data to the Market Reporter Network during the build period earn a Founding Contributor credential. This credential unlocks priority access at launch, reduced protocol fees, and Agent eligibility.