Skip to content
CORD Documentation
Search
Cancel
GitHub
Discord
Select theme
Dark
Light
Auto
Technology Overview
Overview of W3C standards
Evolution of Web into 3.0
Verifiability is the key to Trust in digital services
Verifiable Credentials (VC)
Verifiable Presentation(VP)
Ecosystem Overview
Decentralized Identifier
Selective Disclosure And Zero Knowledge Proofs
Blockchain
Dhiway’s CORD Network
CORD BlockChain
CORD overview
Build on CORD
Demo scripts
Create Accounts
Setup a validator node
Setup a boot node
Setup a full node
Setup an archive node
Frequently asked questions
CORD.Js
Overview
Integrate CORD
CORD.Js Sdk Methods
chain-space/src
Functions
buildFromAuthorizationProperties
buildFromProperties
dispatchDelegateAuthorization
dispatchSubspaceCreateToChain
dispatchToChain
dispatchUpdateTxCapacityToChain
fetchAuthorizationFromChain
fetchFromChain
isAuthorizationStored
isChainSpaceStored
sudoApproveChainSpace
config/src
Namespaces
ConfigService
functions
get
isSet
set
unset
Functions
connect
disconnect
did/src
Type Aliases
DidName
Variables
CORD_DID_CONTEXT_URL
DID_CONTEXTS
W3C_DID_CONTEXT_URL
W3C_SECURITY_CONTEXT_URL
Functions
authorizeBatch
authorizeTx
createDid
didSignatureToChain
documentFromChain
exportToDidDocument
fetchFromMnemonic
fromChain
generateDidAuthenticatedTx
getAddressByKey
getDidUri
getDidUriFromKey
getKey
getKeyRelationshipForTx
getKeys
getNextNonce
getService
getStoreTx
isDidSignature
isSameSubject
keyToResolvedKey
linkedInfoFromChain
parse
publicKeyToChain
resolve
resolveCompliant
resolvedKeyToKey
resolveKey
resolveService
resourceIdToChain
serviceFromChain
serviceToChain
signatureFromJson
signatureToJson
toChain
validateService
validateUri
verifyDidSignature
identifier/src
Functions
buildStatementUri
checkIdentifier
elementUriToStatementUri
getAccountAddressFromIdentifier
getAccountIdentifierFromAddress
hashToElementUri
hashToIdentifier
hashToUri
identifierToUri
isValidIdentifier
updateStatementUri
uriToIdentifier
uriToStatementIdAndDigest
network-score/src
Functions
buildFromRatingProperties
buildFromReviseRatingProperties
buildFromRevokeRatingProperties
dispatchRatingToChain
dispatchReviseRatingToChain
dispatchRevokeRatingToChain
encodeRatingValue
fetchEntityAggregateScorefromChain
fetchRatingDetailsfromChain
isRatingStored
network/src
Namespaces
Chain
functions
convertWeight
dispatchTx
EXTRINSIC_EXECUTED
EXTRINSIC_FAILED
getMaxBatchable
IS_ERROR
IS_FINALIZED
IS_IN_BLOCK
IS_READY
signAndSubmitTx
submitSignedTx
ErrorHandler
functions
extrinsicFailed
extrinsicSuccessful
getExtrinsicError
SubscriptionPromise
functions
makeSubscriptionPromise
makeSubscriptionPromiseMulti
schema/src
Namespaces
Functions
buildFromProperties
dispatchToChain
fetchFromChain
isSchemaStored
statement/src
Functions
buildFromProperties
buildFromUpdateProperties
dispatchRegisterToChain
dispatchRestoreToChain
dispatchRevokeToChain
dispatchUpdateToChain
fetchStatementDetailsfromChain
isIStatement
prepareExtrinsicToRegister
prepareExtrinsicToRevoke
verifyAgainstProperties
types/src
Namespaces
SubscriptionPromise
interfaces
Evaluator
TerminationOptions
Interfaces
ConformingDidResolutionResult
DecryptCallback
DidResolutionMetadata
EncryptCallback
EncryptRequestData
EncryptResponseData
IMultilangLabel
ISchemaDetails
SignRequestData
SignResponseData
Type Aliases
BaseDidKey
BaseNewDidKey
ConformingDidDocument
ConformingDidKey
ConformingDidServiceEndpoint
DidEncryptionKey
DidKey
DidResolutionDocumentMetadata
DidResolutionResult
DidResolve
DidResolveKey
DidResourceUri
DidServiceEndpoint
DidSignature
DidUri
DidVerificationKey
EncryptionKeyRelationship
JsonLDDidDocument
NewDidEncryptionKey
NewDidVerificationKey
SignCallback
SignExtrinsicCallback
UriFragment
VerificationKeyRelationship
utils/src
Namespaces
Balance
functions
balanceNumberToString
convertToTxUnit
formatWayBalance
fromPicoWay
toPicoWay
Crypto
functions
coToUInt8
decryptAsymmetric
decryptAsymmetricAsStr
encodeObjectAsStr
encryptAsymmetric
encryptAsymmetricAsStr
hash
hashObjectAsHexStr
hashStatements
hashStr
makeEncryptionKeypairFromSeed
makeKeypairFromSeed
makeKeypairFromUri
naclBoxPairFromSecret
saltedBlake2b256
sign
signStr
verify
interfaces
Hasher
HashingOptions
type-aliases
CryptoInput
DataUtils
functions
convertDateTimeToUnixTime
convertUnixTimeToDateTime
filterStatements
flattenObject
isCordAddress
verifyCordAddress
verifyIsHex
Decode
functions
assertCodecIsType
codecIsType
hexToString
jsonabc
functions
cleanJSON
sort
sortObj
JsonSchema
functions
ucs2length
variables
initialBaseURI
Keys
functions
generateKeypairs
UUID
functions
generate
generateHex
Variables
ss58Format
GitHub
Discord
Select theme
Dark
Light
Auto
DidName
DidName
:
string
DidName is the type of nickname for a DID.
Source
did/src/Did.rpc.ts:120