Create Status List
Create a Bitstring Status List on cheqd, stored as a DID-Linked Resource (DLR), using Veramo.
Creating a StatusList Resource using Veramo SDK for cheqd
Step 1: Create a DID and DID Document with keys to manage the StatusList
"didDocument": {
"@context": [
"https://www.w3.org/ns/did/v1"
],
"id": "did:cheqd:testnet:zGgLTsq96mTsFcFBUCxX6k4kc5i5RNpY",
"controller": [
"did:cheqd:testnet:zGgLTsq96mTsFcFBUCxX6k4kc5i5RNpY"
],
"verificationMethod": [
{
"id": "did:cheqd:testnet:zGgLTsq96mTsFcFBUCxX6k4kc5i5RNpY#verkey-1",
"type": "Ed25519VerificationKey2020",
"controller": "did:cheqd:testnet:zGgLTsq96mTsFcFBUCxX6k4kc5i5RNpY",
"publicKeyMultibase": "zGgLTsq96mTsFcFBUCxX6k4kc5i5RNpYAZPD1M9tvwyzE"
},
],
"authentication": [
"did:cheqd:testnet:zGgLTsq96mTsFcFBUCxX6k4kc5i5RNpY#verkey-1"
]
}Step 2: Compiling a Bitstring Status List Payload file
Parameter
Value
Description
Step 3: Submit a create Status List transaction to the ledger
Note association between DID and Resource
Creating new BitstringStatusList Resource Version
Last updated
Was this helpful?